How to draw this fractal using MATLAB?

I want to draw a phase portrait using matlab but i keep getting an error.Can anyone help me?

  • this is the contain of the file with the system: function xp=f1(t,x) xp=x; y=x(2); x=x(1); xp(1)=(65/16).*y.^2+2.*x.*y-2.*x; xp(2)=x.^2+(127/64).*y.^2+3.*x.*y-y;

  • Answer:

    tahnks for the pts.why waste.

fuzzy_22 at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.