フィルターのクリア

Matlab App Designer Scatterplot

29 ビュー (過去 30 日間)
Godswill Tabag
Godswill Tabag 2020 年 12 月 13 日
I want to display scatterplot on my axes but when I push the button to display it It displays an error.
also, any suggestions on plotting waveform and phasor of 8-qam
Thank you for any help
  4 件のコメント
Muazma Ali
Muazma Ali 2022 年 7 月 29 日
@Subhadeep Koley Hi ! is scatterplot the same as gscatterplot? I am trying to use gscatter plot in my app designer , have matlab 2018 b and it is not working; I get the error saying that the input argument UIAxes is not supported with gscatter .
Is there any other way I can bring a gscatter plot in my app?
Adam Danz
Adam Danz 2022 年 7 月 29 日
編集済み: Adam Danz 2022 年 7 月 29 日
Update your version of Matlab. The optional parent argument now works in gscatter.
ax = axes;
gscatter(ax, 1:5, 1:5, [1 1 2 2 2])

サインインしてコメントする。

回答 (1 件)

Gouri Chennuru
Gouri Chennuru 2020 年 12 月 27 日
Hi,
This is already a known issue. scatterplot does not support passing of Axes or UIAxes object as an input.
Concerned people are already aware of it and it might be considered in the future releases of MATLAB.
Regards.
  1 件のコメント
Alessandro Livi
Alessandro Livi 約7時間 前
Still not fixed after 4 years!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpecifying Target for Graphics Output についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by