using the matlab function of dlmwrite
2 views (last 30 days)
Show older comments
hi, i am using the matlab to write a programme to export the data from matlab to text files as the example: A=[1 2 3 4; 5 6 7 8]; dlmwrite ('my_data.txt',A); however, it doesn't work ...
3 Comments
Chirag Gupta
on 16 Jun 2011
This should work fine! Ensure that you have write permissions on the current folder
Answers (0)
See Also
Categories
Find more on Text Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!