how to move cursor to next line.
Show older comments
Using MATLAB how to move cursor to next line in text file. fprintf('\n') is not working. any other way?
2 Comments
Manu MJ
on 9 Jun 2011
Fangjun Jiang
on 9 Jun 2011
I don't understand what are you saying.
Accepted Answer
More Answers (1)
Walter Roberson
on 9 Jun 2011
fprintf('%f %f %f\n', transpose(YourMatrix));
Categories
Find more on Data Import and Export in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!