필터 지우기
필터 지우기

problem of DOS window

조회 수: 2 (최근 30일)
zhiping
zhiping 2011년 5월 12일
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
Richard Alcock
Richard Alcock 2011년 5월 12일
I think you'll need to give more information. In particular, how does this relate to MATLAB?
zhiping
zhiping 2011년 5월 12일
This is the DOS windows that I use. (I use the command 'disp')http://www.utc.fr/filex/get?k=FIupwfqKjjLQwVpy3HH
But I want to use a window en windows platform to realize the same function, not DOS windows. I don't know whether I can realize it. thanks

댓글을 달려면 로그인하십시오.

답변 (2개)

Martijn
Martijn 2011년 5월 12일
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).

Clemens
Clemens 2011년 5월 12일
Maybe the predefined commands will suffice. msgbox and dialog come to mind.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by