How to run MATLAB executables on DOS ?

4 Ansichten (letzte 30 Tage)
Tik Ho HUI
Tik Ho HUI am 2 Okt. 2024
Kommentiert: Aditya am 2 Okt. 2024
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 Kommentare
Tik Ho HUI
Tik Ho HUI am 2 Okt. 2024
Verschoben: Bruno Luong am 2 Okt. 2024
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 am 2 Okt. 2024
[ status , cmdout ] = dos( command ) calls the operating system to execute the specified command and returns the output of the DOS command to cmdout .

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange

Produkte


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by