Question: Problem 1 The Sierpinski triangle can be implemented in MATLAB by plotting points iteratively according to one of the following three rules which are selected

Problem 1 The Sierpinski triangle can be implemented in MATLAB by plotting points iteratively according to one of the following three rules which are selected randomly with equal probability.
Rule1: ?? =0.5?? , ?? =0.5??
Rule 2: Rule 3:
??+1 ?? ??+1 ??
?? = 0.5?? + 0.25 , ?? = 0.5?? + ?3
??+1 ?? ??+1 ??
4
?? = 0.5?? + 0.5 , ?? = 0.5?? ??+1 ?? ??+1 ??
Write a program in a script file that calculates the ?? and ?? vectors and then plots ?? versus ?? as individual points (use plot(x,y,^) ). Start with ??1 = 0 and ??1 = 0. Run the program four times with 10, 100, 1,000, and
10,000 iterations. Present the graphs for 10, 100, 1,000, and 10,000 iterations. For 10,000 iterations, the graph will look a bit like the one shown above.
This written work is my code. It says something is wrong with the randi because I didnt use integers. Please help me thank you
 Problem 1 The Sierpinski triangle can be implemented in MATLAB by
plotting points iteratively according to one of the following three rules which

Problem 1 The Sierpinski triangle can be implemented in MATLAB by plotting points iteratively according to one of the following three rules.r which are selected randomly with equal probability 0.7 05 Rule 2: xn0.5x 0.255y 01 Rule 3: Xn+1 0.5xn 0.5, yn+1 -0.5n Write a program in a script filethat calculates the x and y vectors and then plots y versus .x as individual points (use plotx,y.). Start with x0 and y10. Run the program four times with 10, 100, 1,000, and 10,000 iterations. Present the graphs for 10, 100, 1,000, and 10,000 iterations. For 10,000 iterations, the graph will look a bit like the one shown above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!