MATLAB中函数()实现符号函数二维曲线的绘图。
第1题:
在MATLAB中求解用符号表达式表示的代数方程可由函数solve实现。
第2题:
MATLAB中对图形窗口进行灵活分割的命令是()
第3题:
MATLAB中函数()实现符号函数三维曲线的绘图。
第4题:
MATLAB中用()函数完成矩阵的求逆运算,用()函数求矩阵的行列式。
第5题:
MATLAB提供了mesh函数和surf函数分别用来绘制()和()。
第6题:
MATLAB中提供的将函数展开为幂级数的函数是()。
第7题:
对
错
第8题:
plot
fplot
ezplot3
ezplot
第9题:
对
错
第10题:
poly
int
sym和syms
float
第11题:
sawtooth
square
sinc
rectpuls
第12题:
transpose(S)
determ(S)
colspace(S)
factor(S)
第13题:
在MATLAB中,实现一维数据插值的函数是()。
第14题:
在MATLAB中,实现一维数据插值的函数interp2。
第15题:
在MATLAB中,有直接提供求数值导数的函数。
第16题:
MATLAB提供了两个建立符号对象的函数或命令:sym和syms。
第17题:
MATLAB中符号表达式的因式分解和展开的函数中,()表示对S合并同类项,其中S是符号表达式或符号矩阵。
第18题:
第19题:
transpose(S)
determ(S)
colspace(S)
factor(S)
第20题:
plot
fplot
ezplot3
ezplot
第21题:
factor(S)
expand(S)
collect(S)
collect(s,v)
第22题:
对
错
第23题: