MATLAB: How to specify the file path for csvwrite to write a file to

csvwritefilepathMATLABpath

How can I specify the file path for csvwrite to write a file to?

Best Answer

csvwrite('C:\Users\T4H14\Documents\myfile.csv',mydata)
Related Question