필터 지우기
필터 지우기

Will only one gui come out or all? .exe

조회 수: 3 (최근 30일)
Erwin Avendaño
Erwin Avendaño 2017년 11월 5일
댓글: Jan 2017년 11월 9일
I want to create an export my program to make an .exe file but I have a doubt. What happens is that my program has several guide the main guide has buttons to which the others are accessed my question is if I only convert to .exe the main guide when it finishes converting and open the guide will open the other guide or only that one guide?

채택된 답변

Jan
Jan 2017년 11월 6일
"GUIDE" is the tool to create dialogs. You do not have several "GUIDES", but figures. You have to include all figures and their callback functions to the executable, if you want the executable to contain them. Simply try it.
  댓글 수: 3
Erwin Avendaño
Erwin Avendaño 2017년 11월 6일
How could you declare a symbolic variable without using syms? so that my program works since my program uses syms
Jan
Jan 2017년 11월 9일
If the compiler does not support symbolic calculations, you can use symbolic calculations in the compiled executable. You cannot create a symbolic variable with out the symbolic toolbox - this would be pure magic.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by