打印图像时出现问题平台

输入这个代码
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 的更多信息

产品

版本

R2021a

提问:

2021-9-17

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!