Thanks a lot!
Fzero seems like the right solution for my problem, however I'm having some trouble getting it to work.
I would like to define my functions in the m-file I need them in. I believe I have to use a function handle for this (@) but this doesn't work for different reasons.
Here's my...
Hi everyone,
I need to know how to find the intersection of two functions. They are both quite complex (no polynomials), but only dependent on one variable. So the goal is to find the value of this variable for which the two functions are equal.
It's part of a simulation, so it should be fast...