How can i store the final point obtained from Optimtool into a variable?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have worked out a final point in the optimtool using rastriginsfcn and now i want to store that final point into some variable so that i can use it in my program. Is it possible? Please help.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164984/image.jpeg)
댓글 수: 0
채택된 답변
Alan Weiss
2014년 6월 30일
File > Export to workspace
Select Export results to a MATLAB structure named
Alternatively, you can select and copy the Final point that you see.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!