Wednesday, March 7, 2012

What is the best way to use a .csv file in matlab to plot data?

I basically run queries on a database and the resulting data is in the form of csv rows. I need to plot data in matlab of different columns in the result data, what would be the best way to do that?What is the best way to use a .csv file in matlab to plot data?
best way is to load the file in memory and plot the memory as a matrix, works like charmWhat is the best way to use a .csv file in matlab to plot data?
i do it by fopen command

fid=fopen(filename)



search this in matlab help

u can see another examples .

Report Abuse

No comments:

Post a Comment