In: Electrical Engineering
What are the advantages of importing inputs from Matlab and exporting outputs to the Matlab Workspace? (Select all that apply).
a. |
Simulation results can be analyzed further in Matlab. |
|
b. |
You can drag blocks from the Simulink Library Browser into the Matlab Workspace. |
|
c. |
You can import actual physical data into your model. |
|
d. |
Simulation results can be visualized with a wide variety of Matlab plotting functions. |
Ans)
The options selected is marked with green tick mark below
The advantages are
a) The expoting outputs(simulation results) to matlab workspace allows us to do further operations on them like curve fiitting,visualising with different plots and analysing the outputs with various math operations available in matlab all of these cannot be done without importing to workspace
c) Yes you can import actual physical data into your model ,for example if you are implementing model of electric motor various parameters like resistance,inductance are measured physically and they can be saved in matlab workspace and then you can import into your model
d) Simulation results can be visualized with a wide variety of Matlab plotting functions.As explained in option 'a' you can visualize the output/results of simulation by importing them to workspace with the help of plotting functions
========
The advantage given in option 'b' is not applicable because
we cannot drag blocks from simulink libray browser to workspace there is no option as such in matlab ,the blocks which performs different mathematical or logical functions on the variables of the system connected these variable can be imported to workspace by using
"to workspace" block in simulink libray browser to the model being simulated