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?

Answers (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 Comments

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.

Sign in to comment.

Categories

Asked:

on 29 Aug 2013

Community Treasure Hunt

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

Start Hunting!