Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1 (30 points). Graphics A Random Surface (15 points). Write a script called randomSurface.m to do the following: fo make a random surface, make

image text in transcribed

Problem 1 (30 points). Graphics A Random Surface (15 points). Write a script called randomSurface.m to do the following: fo make a random surface, make zo a 5x5 matrix of random values on the range [0,1]. Use function rand. / Make an Xo and YO using meshgrid and the vector -2:2 (use the same vector for both inputs into meshgrid). Now, X0, Y0, and Zo define 25 points on a surface) You are going to interpolate intermediate values to make the surface seem smooth. Make Xi and Yi using meshgrid and the vector -2:0,1:2 (again use the same vector for both inputs into meshgrid). Make Z1 by interpolating X0, Y0, and Z0 at the positions in Xi and YI using the interpolation function interp2 (type help interp2) Plot a surface plot of Zi. Hold on to the axes and plot the 15-line contour on the same axes. Add a colorbar. Submit your solution in a file called Probla.m including your name and ID number in the comments. Y f(x,y) = cos(2)? - cos(y)? (15 points). Plot the surface plot of the function f(x,y) = cos(x)? - cos(y) using two different approaches: By using X1 and YI % By using xo and Y0 and doing interpolation similarly to part a. Use subplot to show both plots separately on the same figure for better comparison. Submit your solution in a file called Probib.m including your name and ID number in the comments

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

More Books

Students also viewed these Databases questions

Question

=+development and make the product, should you go ahead and do so?

Answered: 1 week ago

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago