How to run MATLAB executables on DOS ?
Show older comments
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 Comments
Rik
on 2 Oct 2024
Do you get the results you expect when you run this from explorer? Do you see the splash screen?
Tik Ho
on 2 Oct 2024
Moved: Bruno Luong
on 2 Oct 2024
Aditya
on 2 Oct 2024
[ status , cmdout ] = dos( command ) calls the operating system to execute the specified command and returns the output of the DOS command to cmdout .
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!