MATLAB: How to export the results of the Wireless Waveform Generator app to a MATLAB plot

Communications Toolboxexportresultswireless-waveform-generator

How can I export the results of the Wireless Waveform Generator app to a MATLAB plot?

Best Answer

The only way to output the plot of the Wireless Waveform Generator app is to export the results and then use the results to generate a new plot. There are two different ways you can do this:
1) Export the results to a MATLAB script, and then use the script to regenerate the plot outside of the Wireless Waveform Generator app.
2) Export the results to either a MAT file or to the workspace, and then write a script to generate a plot from the data.
For more information, please refer to the following documentation page:
Related Question