I'm unable to derive a function with decimals

2 views (last 30 days)
I have a rather complex function but i used the first two terms to describe my issue.

Accepted Answer

Star Strider
Star Strider on 22 May 2020
Use the vpa function:
vpa(diff(Y))
.
  2 Comments
Star Strider
Star Strider on 22 May 2020
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!