Question: Using MATLAB Write an m-file to evaluate the following function of two variables z = 10 sin(x + sin(y)) over the range of -10 x
Using MATLAB
Write an m-file to evaluate the following function of two variables z = 10 sin(x + sin(y)) over the range of -10 x 10 rad and -10 y 10 rad using 100 points in each direction. Use meshgrid.m to generate x and y matrices, with which you can calculate the matrix z with a single MATLAB command. Plot the resulting z matrix as a surface plot and then as a contour plot. For the surface plot, use a viewing angle of AZ-19 and EL-70. Be sure to include a title and axis labels
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
