Filter löschen
Filter löschen

Undefined function 'curveintersect' for input arguments of type 'double'.

1 Ansicht (letzte 30 Tage)
Mustafa
Mustafa am 26 Apr. 2013
I have two non-linear sets of data A & B which I have plotted against specific variable(K) on the same graph. Neither A nor B have a common data point at which they intersect, however, when their dots are connected and they are graphed, the lines do intersect. Is there a command to calculate the values at this point? when I use curveintersect function, Undefined function 'curveintersect' for input arguments of type 'double'.

Antworten (1)

Mahdi
Mahdi am 26 Apr. 2013
curveintersect is not a built-in function in MATLAB, so you cannot use it unless you have made a function file yourself.
Perhaps this would help:
Alternatively, you can use interpolating (interp1) functions and see where they intersect.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by