why do I get error for Undefining function sdpvar and how can I solve it?
이전 댓글 표시
I got an error saying:
Undefined function 'sdpvar' for input arguments of type 'double'.
Error in Untitled3 (line 1)
A=sdpvar(3,1); Tc=sdpvar(2,1); Tout=sdpvar(3,1); gam=1e5;
for the following code:

댓글 수: 4
Geoff Hayes
2022년 4월 12일
@Meme alcute - what is returned when you try
which -all sdpvar
from the command line? Please copy and paste the results to this question.
KSSV
2022년 4월 12일
spdvar is not an inbuilt function. It is user defined function. We cannot help you unless the function is attached here.
Meme alcute
2022년 4월 12일
Meme alcute
2022년 4월 12일
답변 (1개)
Cris LaPierre
2022년 4월 12일
0 개 추천
This is not a MathWorks supplied toolbox, so you will need to follow the intructions given to you to install and use this toolbox.
댓글 수: 5
Meme alcute
2022년 4월 12일
Cris LaPierre
2022년 4월 12일
Not sure, as it's not a MathWorks product, but I think exploring the Download menu on the page I linked to would be a good place to start.
Steven Lord
2022년 4월 12일
Click the Download link on the page to which Cris linked and follow the instructions on that page.
Meme alcute
2022년 4월 12일
Muhammad Yasir
2023년 1월 11일
It is keyword/function of YALMIP. It's not a standard MATLAB operator or keyword.
Have you set path to YALMIP forlder from MATLAB?
Seems like your MATLAB is not recognizing YALMIP supported functions.
카테고리
도움말 센터 및 File Exchange에서 Transportation Engineering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


