Basically i have been given a site which has data (3figures with 1 decimal place) of about 100 rows and 12 columns.
How do i get this into matlab and then plot it?
Thanks
Printable View
Basically i have been given a site which has data (3figures with 1 decimal place) of about 100 rows and 12 columns.
How do i get this into matlab and then plot it?
Thanks
Ok i've done it and its save under a varaiable Sheet2
So i do plot(Sheet2)
But it comes up with
??? Error using ==> plot
Conversion to double from cell is not possible.