Question: Problem 8 : MATLAB is an important tool that is widely used in industry to analyze dynamic systems. Many of the problem sets will contain

Problem 8: MATLAB is an important tool that is widely used in industry to analyze dynamic systems. Many of the problem sets will contain an exercise that introduces you to features of MATLAB. As a starting point, first carefully read pages 1 through 17 of the MATLAB primer posted in the Handouts section of the EE 350 webpage. You can access MATLAB in the computer labs on campus. When using MATLAB, you can learn about a specific MATLAB function by typing help followed by the MATLAB function name. Typing help by itself will display a long list of topics for which help is available.
Save the following MATLAB m-file as go.m in your working directory and then execute this file using MATLAB by typing go at the command prompt.
%. Example m-file
% First plot a sinusoid
t=1 inspace (0,6**);% generate a time vector
y=2**sin(t);
 Problem 8: MATLAB is an important tool that is widely used

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!