📄 double.m
字号:
function poly = double(polo)
% POLYNOM/DOUBLE Convert polynom object to coefficient vector.
% poly = double(polo) converts a polynomial object to the vector poly
% containing the coefficients of descending powers of x.
poly = sym2poly(polo.obj);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -