Matlab import data question
Posted: Wed Feb 14, 2007 10:31 pm
Does anyone use Matlab? Please tell me how to import data file(e.g. *.txt) and use it.
For example, if I wanna use the data from x.txt which is shown as below.
x.txt
'A','B','C'...
In my m-file, I am going to make a cell of input. i.e. input={'A','B','C'...}
How can I do this?
For example, if I wanna use the data from x.txt which is shown as below.
x.txt
'A','B','C'...
In my m-file, I am going to make a cell of input. i.e. input={'A','B','C'...}
How can I do this?