linearize returns the linearization of the polynomial p(x) at the ... x = sdpvar(1,1); f = x^2; assign(x,1); sdisplay(linearize(f)) ans ...
確定! 回上一頁