Funny plots in MATLAB

Posted by Arkapravo on Stack Overflow See other posts from Stack Overflow or by Arkapravo
Published on 2010-04-28T12:08:39Z Indexed on 2010/04/28 12:13 UTC
Read the original article Hit count: 193

Filed under:
|

I recently learned the ezplot function in MATLAB. Recently I typed in

ezplot('x^y - y^x', [-100 100 -100 100]);

and this is what I got;

alt text

Can anyone please tell me whatever is happening ? for lower scaling of x and y ( [ -10 10 -10 10]) there are more patterns in the 2nd 3rd and 4th quadrants.

I was not very sure of the shape of curve, but I did not expect this !

© Stack Overflow or respective owner

Related posts about matlab

Related posts about plot