Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use MATLAB language to answer this question You will create a function file that produces the Fibonacci spiral to n iterations. The Fibonacci spiral:
Please use MATLAB language to answer this question
You will create a function file that produces the Fibonacci spiral to n iterations. The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of squares in the Fibonacci tiling; this one uses squares of sizes 1, 1, 2, 3, 5, 8, 13, 21, and 34. The following deliverable due dates are: (Friday 3/3 4pm) Create a well-commented function that produces x and y arrays describing coordinates of a 90 degree circular arc with R = 1, in the first quadrant (where x > 0, y > 0), centered at (0, 0). Create a well-commented sub-function that scales, rotates, any 2 times n matrix representing a set of coordinates and shifts it to a desired location. Here the array, scaling factor, rotation angle, shifting amount are input values in the function call. we will use this sub-function to rotate the arc f (Friday 3/10 4pm) The entire project is due. Draw the Fibonacci spiral to n iterations. Name your function: lostnom_firstinitial_project1.m Full credit will only be given to code with adequate commenting. The function must first create the coordinate array for the arc, then repeatedly transform it (scales rotate and move the array to the specific location) using the sub-function. What the result will look like: This plot command has a title that says "the Fibonacci Spiral". The spiral should have a with line width of 2. The function shall not produce any data in the command window nor produce any variables in the workspace Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started