Greetings Johan,
I am currently working with the sum-of-squares module of YALMIP. More precisely, I am working with parametrized polynomial variables. Once solved, in order to evaluate this parametrized polynomial, are there any ways to cast this polynomial to any other classes, say, a sym object? I tried a less "elegant" approach: calling sdisplay and simply evaluating it in the MATLAB console, but it won't work since sdisplay doesn't show the numerical values of the coefficients (known issue in some cases, as far as I know from the documentation). Am I missing something or should I code a casting function myself? Thanks in advance.