how to export results to workspace to see your final point in matlab ga tool
7 views (last 30 days)
Show older comments
segun
on 24 Apr 2014
Answered: Meenakshi kollati
on 22 Mar 2016
Please I need syntax on how I can export the results from a GA tool box that is too large to be displayed on it to workspace i.e using matlab prompt so that I can view all the results. I have it on my matlab prompt as: "The variable 'optimresults' has been created in the current workspace". But don't know how to get the results displayed for viewing. Thanks
0 Comments
Accepted Answer
Meenakshi kollati
on 22 Mar 2016
segun The value you are optimizing is obtained in optimresults.x. In workspace, type optimresults.x. Then you can see the values
0 Comments
More Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT-Files 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!