saveで任意のディレクトリに保存するにはどうすればいいですか?
Mostrar comentarios más antiguos
filename = 'test.mat';
save(filename);
これでワークスペースを現在開いているフォルダにtest.matとして保存することができますが、別のフォルダに保存するとしたらどうすればいいですか?
よろしくお願いいたします。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre ファイルの操作 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!