symbolically differentiating of a function not to be mixed with other constants
2 次查看(过去 30 天)
显示 更早的评论
Hi All
to derivate symbolically this equation :
p= c1*r +c2/r ;
the problem is that when you write : y=sym('y(t)') ;
then you can not define the function , to derivate and see the result , because it will only be like : diff(p(r), r) ;
but if I write the function as above , how can I make matlan know that r is the variable and the rest are just constants ?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Special Values 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!