打印图像时出现问题平台
古いコメントを表示
输入这个代码
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:
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!