how to export results to workspace to see your final point in matlab ga tool
6 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Meenakshi kollati
2016 年 3 月 22 日
segun The value you are optimizing is obtained in optimresults.x. In workspace, type optimresults.x. Then you can see the values
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!