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?

 採用された回答

MathWorks Support Team
MathWorks Support Team 2025 年 1 月 24 日
編集済み: MathWorks Support Team 2025 年 2 月 3 日

0 投票

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:

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by