A dos command problem
Ältere Kommentare anzeigen
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);
Antworten (1)
Image Analyst
am 16 Feb. 2022
0 Stimmen
I already gave you the solution in your duplicate post:
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!