求教 matlab求导问题。
显示 更早的评论
我想求(x+y)^2对x的导数
syms x
diff((x+y)^2)
得出的结果
ans =
2*x + 2*y
为什么把y的也求导了呢。。只想把y看做普通常数变量啊
大神怎么解决这个问题呢
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 启动和关闭 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!