How to draw this fractal using MATLAB?

Let’s learn how to draw this fractal using MATLAB. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Draw a rectangle over an object using Matlab

I have an image which contains a coin image. Shape of the coin may be rectangle, square, circle, oval and etc. I want to draw a rectangle over the coin and segment the coin from it's background. I can't give x or y values of the rectangle, since coin may be in anywhere in the image. Does anyone know how to do this?

Answer:

My answer below assumes that you have already identified the coin and you have a cleaned image (binary...

Read more

Nadeeshani Jayathilake at Stack Overflow Mark as irrelevant Undo

Other solutions

How can I draw geodesics on a surface using matlab?

I need to draw geodesics for rotation surfaces but I don't know how... For example, the parametrization of a sphere is (cos(s)*cos(t), cos(s)*sin(t), sin(s)). How can I represent the geodesics on a sphere in matlab? pleas help

Answer:

The Matlab Central File Exchange is a good resource for Matlab scripts. The link in my source is for...

Read more

ady at Yahoo! Answers Mark as irrelevant Undo

Answer:

The Capability Diagram <center> </center> <center> </center> Normally...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

hold on; plot([x1 x2],[y1 y2]) % hold on prevents your line from replacing the existing plot Also, there...

Read more

A2 at Yahoo! Answers Mark as irrelevant Undo

Answer:

Option 1 here: 2-D line plot - MATLAB plot gives you the answer. You can change LineSpec according to...

Read more

Sharath Chandra Guntuku at Quora Mark as irrelevant Undo

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.

Read more

fuzzy_22 at Yahoo! Answers Mark as irrelevant Undo

Help !!! with the matlab?

Hello ... I need urgent help.....I'm working on detecting motion ( using matlab ) I made the program ...I just cant connect the ideas of optical flow with the region props (to draw box) so if anyone can send me the code of detecting with the optical...

Answer:

Greetings to all

Read more

Yahoo! Answers Mark as irrelevant Undo

Numerical computing fixed point method using matlab?

can any one tell me how to solve 2*x^3 + 4*x^2 - 2*x -5 = 0 suppose 1.5 using matlab. can anyone tell me how to converge these points using matlab and yes does anyone know where i can get detailed on newtons method, secant method and iterpolations using...

Answer:

polyeig(-5,-2,4,2) will solve the equasion. To learn about interpelations type: help interp1

Read more

adilmk at Yahoo! Answers Mark as irrelevant Undo

Staged Linear Regression using MatLab?

I have a set of test data (from material stress rupture tests) which when plotted gives a scatter graph with a strong positive correlation. It is quite obvious that there is a line of best fit, which is easily found using linear regression, for examply...

Answer:

Does it seem wierd that electrons flow out of the minus terminal and go in the plus terminal of a battery...

Read more

Chris at Yahoo! Answers Mark as irrelevant Undo

How can i contro a motor using fuzzy logic by matlab?

hey i just started to learn fuzzy logic,and i'm not good of using matlab . i want to use a MATLAB to control the speed of a motor using fuzzy logic control help me plz.

Answer:

Simulate or control? 1)Type in fuzzy from the command prompt. 2)Create your membership functions for...

Read more

interdre... at Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

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.