How do I plot a constellation diagram or scatter plot in App Designer?

How do I plot a constellation diagram or a scatter plot using the "scatterplot" function in App Designer?

 Accepted Answer

As of MATLAB R2020b, it is not possible to plot a constellation diagram or scatter plot using the "scatterplot" function in App Designer.
As a workaround, the input signal must be converted to a vector. Then, the "scatter" function can be used as normal in App Designer. For detailed information on displaying graphics in App Designer, you can access the release-specific documentation by executing the following command in the MATLAB R2020b command window:
>> web(fullfile(docroot, 'matlab/creating_guis/graphics-support-in-app-designer.html'))
Please follow the link below to search for the required information regarding the current release:

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!