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!