I have to implemet a state feedback design using SOS, but i got this Error, (its just a simple example) , what should i do ? (Matlab-R2010b)
Mostrar comentarios más antiguos
>> syms x y
>> VEC = monomials([x; y],[1 2 3])
??? Error using ==> sprintf Function is not defined for sparse inputs.
Error in ==> int2str at 32 s = sprintf(['%', formatConversion], x);
Error in ==> mysympower at 44 charexpr = [charexpr,char(vartable(i)),'^',int2str(Z(j,i)),'*'];
Error in ==> monomials>oldconstructZ at 98 Z = mysympower(vartable,Z);
Error in ==> monomials at 71 Z = [Z; oldconstructZ(vartable,i)];
2 comentarios
Walter Roberson
el 29 de Sept. de 2015
Which toolkit or File Exchange did you get monomials() from?
derecho
el 30 de Sept. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!