注册 登录
编程论坛 Matlab

[求助]matlab中对复合函数求导需要用到什么函数

yanhe3302 发布于 2006-07-20 20:58, 3246 次点击
一次偶然的机会看到过,现在找不到了,知道的帮帮忙!
1 回复
#2
yanhe33022006-07-21 14:43
自我解决了。
syms s t;
f=f(s);
g=g(t);
f1=compose(f,g);
diff(f1,'t');
1