Undefined function or variable 'fcn2optimexpr'.
이전 댓글 표시
Hi All,
I am new to MATLAB and I am using the problem-based approach to solve my optimization problem.
I tried to use the "fcn2optimexpr" function to convert my objective funtion into optimization expression. But getting the following error: "Undefined function or variable 'fcn2optimexpr'."
I am using MATLAB 2018b. Is it not included in the 2018b version?
Thanks in advance.
답변 (1개)
Walter Roberson
2019년 5월 6일
0 개 추천
No, that is new in R2019a.
댓글 수: 2
Mitali Sinha
2019년 5월 6일
Walter Roberson
2019년 5월 6일
There isn't one. You have to know how problem based queries are structured and you have to understand older style routines and you have to probe the information in the problem based approach to figure out how to represent it.
If I recall correctly the problem based approach calls different internal routines (that perhaps call some routines in common) rather than take the approach of calling an internal conversion function and then call the older routines with that problem structure.
카테고리
도움말 센터 및 File Exchange에서 Improve Problem-Based Organization and Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!