From: Alpana Gowdar on 1 May 2010 11:55 Hi, I'm trying to print to a text file in one column so I can export this data into labview. But, I had trouble finding the syntax to do this. Here's the code I have. % Open a file for writing fid = fopen('test_002.txt', 'wt'); % print values in one column (now rows) fprintf(fid, '%f\c', data2); fclose(fid); Thanks in advance.
|
Pages: 1 Prev: import 10GB data in Simulink Next: Effect of temperature on Noise |