Question: 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
 Please use MATLAB language to answer this question You will create

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

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!