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!