How to do polynomial differentiation
显示 更早的评论
How to do polynomial differentiation without using known matlab commands
2 个评论
Guillaume
2018-3-28
Why wouldn't you want to use known matlab commands. And for that matter, what are unknown matlab commands then?
Raiven Balderas
2018-3-28
采纳的回答
更多回答(1 个)
Walter Roberson
2018-3-28
0 个投票
Multiply each location in the coefficient vector by the degree it corresponds to, and get rid of the location corresponding to degree 0. You can probably build the degree list using the ":" operator.
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!