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
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...
Nadeeshani Jayathilake at Stack Overflow Mark as irrelevant Undo
Other solutions
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...
ady at Yahoo! Answers Mark as irrelevant Undo
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...
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...
Sharath Chandra Guntuku at Quora Mark as irrelevant Undo
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;
fuzzy_22 at Yahoo! Answers Mark as irrelevant Undo
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...
Yahoo! Answers Mark as irrelevant Undo
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
adilmk at Yahoo! Answers Mark as irrelevant Undo
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...
Chris at Yahoo! Answers Mark as irrelevant Undo
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...
interdre... at Yahoo! Answers Mark as irrelevant Undo
Related Q & A:
- How to delete temporary files in MATLAB?Best solution by Stack Overflow
- How to detect an image in Matlab?Best solution by Stack Overflow
- How to add an image in Matlab?Best solution by Stack Overflow
- How can I remove a picture's watermark using Matlab's image processing toolbox?Best solution by Yahoo! Answers
- How to split a number in MATLAB?Best solution by mathworks.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.