- Use the Simulation Data Inspector or a "To Workspace" block to log the output of the Multimeter block.
- If using the Simulation Data Inspector, you can access the logged data through the Simulink interface and export it for further analysis. If using a "To Workspace" block, the data will be saved in the MATLAB workspace in the specified variable.
- The output format of the Multimeter block typically includes complex numbers: 1) The magnitude of each complex number represents the phasor magnitude of a measured quantity. 2) The angle or phase of each complex number represents the phasor angle.
- After accessing the output data, you can separate the magnitudes and angles using MATLAB functions as below:
- https://www.mathworks.com/help/sps/powersys/ref/multimeter.html
- https://www.mathworks.com/help/simulink/slref/simulationdatainspector.html
- https://www.mathworks.com/help/simulink/slref/toworkspace.html