|
The code, nonlinopt_gui.m, presents a user friendly graphical user interface (GUI) to numerically find the optimal values of up to 10 coefficients in a nonlinear algebraic equation. As written it is intended to be optimize fitting parameters in a theoretical function to experimental data. It is extremely simple to use and is self-explanatory once the files are downloaded.
Installation instructions:
- Create a directory in your personal disk space called, for example, nonlinopt_gui
- Download the file nonlinopt_gui.zip to that directory
- Use WinZIP to extract the MATLAB files from the zipped file into the directory
Operation instructions:
- Open MATLAB
- Change directories to the directory where you extracted the files, by typing at the command line prompt
cd z:\my_directory\nonlinopt_gui
- At the MATLAB command line prompt, type nonlinopt_gui
- The rest is self-explanatory
Other notes:
- This file is zipped with WinZip.
- This code was created by Dr. David Keffer at the Department of Chemical Engineering, University of Tennessee, Knoxville. It was last updated on August 17, 2001.
Download:
Download nonlinopt_gui.m
|