Is the optimtool created by MATLAB's GUI? If so, where is its .fig file? I will join optimtool with another program and I would need its .fig file. Can anyone help me?

답변 (1개)

OPTIMTOOL is a built in app and it is not meant to be modified or deployed.
Could you elablorate on what is your end goal and what you want to achieve?

댓글 수: 2

Thank you Shashank for your answer. First of all, I wanted to utilize its GUI environment and to build a similar GUI. Optimtool's GUI has some GUI features I'm seeking for. Second, I will write a program which utilizes optimtool optimization programs. My program has a GUI for user to input initial values, then it would utilize optimtool for optimization purposes. Actually I searched MATLAB source files and I found optimtool.m file, and I need its .fig file If it exist.
Only apps built using GUIDE have a MATLAB file and a fig file. However it is not necessary to have a fig file inorder to create a GUI. OPTIMTOOL is not a GUIDE app and may not have an associated fig file.
In any case it is not recommended that you modify shipped code. You could build your own either programmatically or using GUIDE.

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

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

질문:

2013년 8월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by