ali
Posts:
6
Registered:
11/28/12
|
|
text file data into matrix format
Posted:
Nov 28, 2012 3:37 AM
|
|
hi
i am a beginner in Matlab. i am just stuck in part of my project. i have a text file which has the following format data.
x= 71, y= 7, z= 228
x= 70, y= 5, z= 228
x= 71, y= 5, z= 227
x= 71, y= 6, z= 230
x= 71, y= 6, z= 228
x= 71, y= 7, z= 228
i want make a graph for each axis. for that i have to make a column matrix for x, y and z.
i don't from where to start.
plz any kind of code help would be a great for me.
thank you
rony
|
|