Brokensoul
thanks a lot for your answer. Do you know also how to change the colour of the graph so I can have one graph for example red and the other blue?
Greetings,
Frenky
Is it possible to draw two graphs in one picture?
For example: I have inequation:
abs(x^2 + 3x + 2) < abs(x^3 + 1)
I know how to draw one graph at once:
y = abs(x^2 + 3*x + 2)
ezplot(y)
y1 = abs(x^3 + 1)
ezplot(y1)
But I would like to draw both graph on the same picture, so I can...
VisiGoth thanks a lot. I thought for myself that people will never understand what I need and that this cannot be done with matlab.
God bless you and a warm greeting from Slovenia,
Frenky
My friend I've tried everything you said to me. It is not a problem comparing two matrices - but how to compre two functions? Like this:
y = x + 1
y1 = x + 3
y < y1
Can Matlab find solutions here? This is my problem. And I've got the error that "it is not working with syms variables"
Of course, I've tried help first with the word "inequation" - nothing found.
If you know how to find the answer from help, please tell me. Because English is not my first language and finding appropriate phrases can be sometimes difficult.