Execute UNIX command in matlab
古いコメントを表示
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.
回答 (1 件)
Walter Roberson
2013 年 11 月 13 日
unix('ls')
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!