Merge path and filename for xlswrite
3 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I would like to save an excel file which it could be already created or not to a dynamic path with a specific filename. I mean that the path where the file may be written is modified each time the code is executed but the name of the file remains the same.
I've tried this..
myFolder = 'E:\Dropbox\'; xlswrite(myFolder\'results.xlsx',P,'RSSI lineal',['A' num2str(i+1)]);
It should save the data to the file results.xslx in the path "myFolder".
Thanks a lot.
Raúl.
0 件のコメント
採用された回答
Image Analyst
2013 年 3 月 15 日
Code examples for doing that are in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!