这个程序为什么在MATLAB中运行不了?t=-3:0.01:3;y=2.*(t>=-2&t0&t

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/09 14:47:20
这个程序为什么在MATLAB中运行不了?t=-3:0.01:3;y=2.*(t>=-2&t0&t这个程序为什么在MATLAB中运行不了?t=-3:0.01:3;y=2.*(t>=-2&t0&t这个程序

这个程序为什么在MATLAB中运行不了?t=-3:0.01:3;y=2.*(t>=-2&t0&t
这个程序为什么在MATLAB中运行不了?
t=-3:0.01:3;
y=2.*(t>=-2&t0&t

这个程序为什么在MATLAB中运行不了?t=-3:0.01:3;y=2.*(t>=-2&t0&t
用diff求导必须定义符号变量
如例子
syms x
f(x) = sin(x^2);
df = diff(f)
df(x) =

2*x*cos(x^2)