Execute UNIX command in matlab
Mostrar comentarios más antiguos
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.
Respuestas (1)
Walter Roberson
el 13 de Nov. de 2013
unix('ls')
Categorías
Más información sobre Get Started with MATLAB 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!