フィルターのクリア

give some command from MATLAB to DOS command window

3 ビュー (過去 30 日間)
Prashant Funde
Prashant Funde 2016 年 11 月 7 日
回答済み: Image Analyst 2016 年 11 月 7 日
Hello everyone,
Please tell me, how can i give following command to DOS command window using MATLAB?
promgen -p bin -r abc.mcs -o abc.bin
By using '!' command window will open, but i want to add above mentioned part after opening command window automatically.

採用された回答

Image Analyst
Image Analyst 2016 年 11 月 7 日
Try
system('promgen -p bin -r abc.mcs -o abc.bin');
or
dos('promgen -p bin -r abc.mcs -o abc.bin');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by