Matlab import data question

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply
zfhammer
Posts: 1
Joined: Mon Feb 12, 2007 7:45 pm

Matlab import data question

Post by zfhammer »

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?
User avatar
quintic
Posts: 141
Joined: Wed Mar 29, 2006 9:33 pm
Location: Surrey, England
Contact:

Post by quintic »

Hi zfhammer, I don't know MATLAB, but if you google "matlab load data" (without the quotes) there are lots of references; e.g., Loading Data into MATLAB for Plotting.

Nick
Post Reply