Question: Create a m-file with the title my computer.This file will contain all of your code. You'll need a set of x's and y's tocreateyourplot. Create

Create a m-file with the title "my computer".This file will contain all of your code. You'll need a set of x's and y's tocreateyourplot. Create a set of evenly spaced x's and y's centered at the origin. Each matrix should contain 25 to 50 points. You will have to decide where to start and end each matrix and the grid spacing. Create two new matrices X and Y using meshgrid(). This will let you create a gridof points in the xy plane that you can plug into a function of two variables. Pick a surface to plot from your textbook.You can look through the exercises at the end of sections 15.1 or 15.3. Plot the surface using plot3. Use hold on tograph an additionalobject. Createacontourplot using the contour()function.Both should be plotted on the same figure. Your fileshould create all the matrices and make the graph when it runs. Iencourage people to use the documentation in Octave or an external source like Octave Forge. Many of you will probably encounter this in the future: having to learn a programming language on your own and having to use available documentation to learn how to call its built-in functions (your professor learned Matlab in grad school like this).

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 Mathematics Questions!