How to run MATLAB executables on DOS ?

3 ビュー (過去 30 日間)
Tik Ho
Tik Ho 2024 年 10 月 2 日
コメント済み: Aditya 2024 年 10 月 2 日
I would like to run an executable on DOS which generates a image file, but seems nothing comes out. The program is as follows :
A = rand(500);
imwrite(A, "Testing.png");
You may also refer to the attachment for reference !
  3 件のコメント
Tik Ho
Tik Ho 2024 年 10 月 2 日
移動済み: Bruno Luong 2024 年 10 月 2 日
Thanks ! I have tried it works now !
And may I ask can MTALAB code be run under Apache Server ?? If it can, then may I ask about the step ??
Aditya
Aditya 2024 年 10 月 2 日
[ status , cmdout ] = dos( command ) calls the operating system to execute the specified command and returns the output of the DOS command to cmdout .

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

製品


リリース

R2024b

Translated by