why do I get error for Undefining function sdpvar and how can I solve it?
Show older comments
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 Comments
Geoff Hayes
on 12 Apr 2022
@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
on 12 Apr 2022
spdvar is not an inbuilt function. It is user defined function. We cannot help you unless the function is attached here.
Meme alcute
on 12 Apr 2022
Meme alcute
on 12 Apr 2022
Answers (1)
Cris LaPierre
on 12 Apr 2022
0 votes
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 Comments
Meme alcute
on 12 Apr 2022
Cris LaPierre
on 12 Apr 2022
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
on 12 Apr 2022
Click the Download link on the page to which Cris linked and follow the instructions on that page.
Meme alcute
on 12 Apr 2022
Muhammad Yasir
on 11 Jan 2023
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.
Categories
Find more on Transportation Engineering 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!

