Saving file in different directory than than loading dir.
古いコメントを表示
I would like to save files dirrectly after some operations in different directory than I loading directory. Is there any way to do in efficiently.
My code :
cd('C:\Users\Jonasz\Documents\Studia_Biotechnologia\_Projekt\N');
save(Names,'newy');
cd(PathName);
where PathName - loading directory.
I think is without sense to open each time other directory and than open second one each time in a for loop ( loop is very long , n is 10 thousand) Is there any way to put it inside save command or something else more efficient.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!