A dos command problem
古いコメントを表示
the code below does not work in Matlab but when I execute it in cmd window it works. why?
command=[dir(1) ': & cd "' dir '" & "' filename '.bat"'];
err=dos(command);
回答 (1 件)
Image Analyst
2022 年 2 月 16 日
0 投票
I already gave you the solution in your duplicate post:
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!