Mostrar comentarios más antiguos
输入这个代码
syms t;
f = sym(heaviside(t) - heaviside(t - 2) + (1+t)*(heaviside(t+1) - heaviside(t)));
subplot(2,2,1);
fplot(f);
title('f(t)');
显示
警告: 转义字符 '\M' 无效。有关支持的特殊字符,请参阅 'doc sprintf'。
警告: 更新 FunctionLine 时出错。
BLAS 加载错误:
F:
Respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!