photo

Shahram Alipourazadi


University of British Columbia

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Save Sym data per variable
To isolate each row you can write: fid = fopen('myfile.txt', 'w'); for i=1:length(results) fprintf(fid, '%s\n',char(resu...

13 years ago | 0