MATLAB 中应用subs命令出现 , Error using ==> reshape 什么意思?

来源:百度知道 编辑:UC知道 时间:2024/06/24 09:04:11
是在运用数组替代变量时出现的
程序:
syms t
y=t*exp(abs(sin(t)))
s=diff(y,t,1)
t1=pi/2:pi/100:pi*3/2
y1=subs(s,t,t1)

需要强制转换一下变量类型可能
S = char2sym(x);

错误使用reshape函数。reshape 函数是用来变换矩阵结构的(当然也包含数组操作)你只给命令窗口的输出显示不给程序出来,你的程序具体错在哪也不能准确知道!

我的matlab运行时显示:Cannot CD to \C:\Documents and Settings\Administrator\Local Settings\Temp (Directory access failure).怎么解决啊?