Execute UNIX command in matlab
Ältere Kommentare anzeigen
HI, I would like to know how can I execute the unix command inside matlabR2010a command prompt. for example if I give unix(ls) it shows an error.
'..124CRRcdddiiiimoooootttttt' is not recognized as an internal or external command, operable program or batch file.
How can I solve this issues.
Antworten (1)
Walter Roberson
am 13 Nov. 2013
unix('ls')
Kategorien
Mehr zu Get Started with MATLAB 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!