How can I specify the file path for csvwrite to write a file to?
11 views (last 30 days)
Show older comments
How can I specify the file path for csvwrite to write a file to?
0 Comments
Accepted Answer
More Answers (1)
Piotr Balik
on 16 Jul 2018
You can always use hard way and do:
>> cd C:/'Program Files'/...
>> csvwrite('file.dat',M);
Because csvwrite documentation does not provide data path parameter.
0 Comments
See Also
Categories
Find more on Text Files 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!