Question: 1. (a) Write a MATLAB function PlotsubI that takes a value n as input and executes the following: (i) Creates vectors x and y, each

1. (a) Write a MATLAB function PlotsubI that takes a value n as input and executes the following: (i) Creates vectors x and y, each containing 101 points ranging from -1 to 1. (ii) Produces an n x n subplot such that for each k = 1,2, ..., n?, its kth subwindow occupied by a mesh plot of g(x, y) = e-k(z+y?) vs. x and y, where x, y (-1, 1). (iii) Labels the x, y and z axes of each mesh plot as x, y and g(x,y) respectively. (b) Using the function Plotsubl, write suitable MATLAB commands in order to generate nxn subplots in separate figure windows when n = 1, 2 and 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
