필터 지우기
필터 지우기

Matlab App Designer Scatterplot

조회 수: 29 (최근 30일)
Godswill Tabag
Godswill Tabag 2020년 12월 13일
댓글: Alessandro Livi 대략 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 대략 13시간 전
Still not fixed after 4 years!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Specifying 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