How to save function to calculate in an equation?

How do you save dydx so it's not a function and can be calculated in error?
At the moment, I get the error: "Undefined operator '-' for input arguments of type 'function_handle'." And it seems because my dydx is a function, it cannot be calculated.

Answers (1)

You can't add a function handle and a number.
You can add the value you receive from evaluating a function handle and a number.

Products

Release

R2016a

Tags

Asked:

EB
on 21 Oct 2019

Edited:

EB
on 24 Oct 2019

Community Treasure Hunt

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

Start Hunting!