problem of DOS window
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hello, I wrote un script for postprocessing, and I use a DOS window to explain the action of each step. But I don't want the DOS window, I prefer the window in the system of windowsXP. So What should I do? Is there any solution? Any command? Thanks in advance.
2 Commenti
Richard Alcock
il 12 Mag 2011
I think you'll need to give more information. In particular, how does this relate to MATLAB?
Risposte (2)
Martijn
il 12 Mag 2011
I guess you use MATLAB Compiler. In that case what you could do is first implement a GUI in MATLAB for example using GUIDE or by directly using functions like UICONTROL. Then compile this GUI as "Windows Standalone Application" using DEPLOYTOOL or use the -e switch when working with MCC. (In MATLAB versions prior to R2010b you will need to use a supported Microsoft compiler to be able to hide the DOS Window).
0 Commenti
Clemens
il 12 Mag 2011
Maybe the predefined commands will suffice. msgbox and dialog come to mind.
0 Commenti
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!