Optimization of a real time system
Show older comments
Hi,
I currently control a physical electronic system with Matlab. Matlab controls three parameters of this system, each parameter has a total of 15-20 different options that could be selected by Matlab. I currently run this system in raster fashion, sweeping through all combinations of these three parameters. Base on each single parameter selection the system gives me a single numerical result which is saved in matlab. Thus, Matlab tests the system by using 3000-8000 different combinations of parameters. The lowest numerical result is the local minima which I am interested in and the corresponding parameters selected for achieving this local minimum will be my best operational parameters.
How can I speed up this process without needing to process all 3000-8000 combination of parameters?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!