cd を変数で実行
显示 更早的评论
a='C:\Program Files\MATLAB'
cd a
のように, cdを変数で実行すると
"エラー: cd
ディレクトリを C:\~\a に変更できません (名前が存在しない
か、ディレクトリではない)。"
のようなエラーが表示されます. cd を変数で実行する方法はありそうですか?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 ファイルの操作 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!