Question: Please helping by using Matlab create a vector named vectorA. Use linspace to assign it 11 values ranging from 2 to 3. Now create another
Please helping by using Matlab
create a vector named vectorA. Use linspace to assign it 11 values ranging from 2 to 3. Now create another vector named vector B. Then, assign it values using the following code vectorB=2:.1:3. Inspect the actual values of these vectors by opening them (click on their names in the workspace). Are they the same? Conceptually, how did the construction of these two vectors differ (what is the difference in the parameters used to construct them)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
