The m files mentioned in the help of Global Optimization Toolbox?

I am using the optimization toolbox and in the help, in some examples are mentioned .m files, but I can't find these files. For example, in the demo "Mixed Integer Solving the Problem Engineering Design Using the Genetic Algorithm" are mentioned the files "gaminlpweldedbeamfitfcn.m" and "gaminlpweldedbeamcon.m". Could anyone tell me where I find these files? I'm using the Matlab R2012a.

 Accepted Answer

That demo was removed from current versions of the product, so is no longer on the web site. To see the files from within your version of MATLAB, enter (make sure you spell the names correctly)
type gaminlpweldedbeamcon
or
which gaminlpweldedbeamcon
Alan Weiss
MATLAB mathematical toolbox documentation

3 Comments

Alan, good day!
I tried what you said, but the file was not found. It is possible to download these files?
Thank you!
Sorry, they would only be in your installation. I am assuming that you have Global Optimization Toolbox installed. The files would be in the internal directory toolbox/globaloptim/globaloptimdemos
I think the file names might be weldedBeamCon and weldedBeamFitfcn
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!