Question: 1. To learn how to generate basic MATLAB codes, create a new script. Consider that the variable a is 1 more than the last
1. To learn how to generate basic MATLAB codes, create a new script. Consider that the variable a is 1 more than the last digit of your ID, and the variable b is 3 more than the first digit of your ID. Then type these two lines: t=[0 (b/50) a]; x=sin(2xxt); : Now, plot the signal x (t) versus t. Indicate the title and labels. After that, instead of typing t in the previous step, try to use 'linspace' command, and examine the differences by looking at the Workspace area in MATLAB. Is there any differences, explain why. There are many different ways to write a code which serves the same task. So can you define the time variable t in a different way? Include all your codes, the plot and comments to your report.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
