Before doing that, I just installed the Yalmip that I'm using on my laptop on my pc. Now, even yalmiptest gives me an error of:
Error using table (line 280)
Wrong number of arguments.
Error in lmi/checkset (line 234)
table('',header,data)
Error in test222 (line 23)
checkset(F)
Caused by:
You may have intended to create a table with one row from one or more variables that are character strings.
Consider using cell arrays of strings rather than character arrays. Alternatively, create a cell array with
one row, and convert that to a table using CELL2TABLE.