How to fill a mtrix in xt file?
Show older comments
I have a matrix of 16384x16384 that I want to save in txt file how to do please?
the code under didn't work :
>> fileID = fopen('vp.txt','wt');
>> fprintf(fileID,'\n',V);
>> fclose(fileID);
Accepted Answer
More Answers (0)
Categories
Find more on Assumptions 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!