i have a csv with data separated with commas and columns also are separated with commas
example of one line of my csv [6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,]
i am usin this:
M=readmatrix(‘piloto.csv’);
M2=readtable(‘piloto.csv’);
but the values are separated alsoexample of one line of my csv [6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,]
i am usin this:
M=readmatrix(‘piloto.csv’);
M2=readtable(‘piloto.csv’);
but the values are separated also example of one line of my csv [6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,6,75000e-003,0,00000e+000,]
i am usin this:
M=readmatrix(‘piloto.csv’);
M2=readtable(‘piloto.csv’);
but the values are separated also readmatrix, readtable, commas MATLAB Answers — New Questions