Output data to textfile ??

Joined
Aug 23, 2007
Messages
5
Reaction score
0
Hi People ,
I am just wondering if this scenario is possible to implement, I have my doubts but its worth a try.
If I have stored all my output data in an array, lets say I have 16 output words:

1) 0000
2) 0001
3) 0010
4) 0011
5) 0100
6) 0101
7) 0110
8.) 0111
9) 1000
10) 1001
11) 1010
12) 1011
13) 1100
14) 1101
15) 1110
16) 1111

Is it possible to somehow take these values and output them in a text file on the PC, that way I can then analyse them in Excel or MatLab ?

Any help/code would be appreciated.

Thanks again

Stuart
 
Joined
Mar 7, 2007
Messages
5
Reaction score
0
Save this file to .csv format. That type of file you can open with excel. Each cell is divided by using ";" as field separator and each line is a new row in excell

like this;
0000;
0001;
0010;

-V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top