How can I alter the MarkerSize of a plot on MATLAB Onramp?

조회 수: 1 (최근 30일)
CHUN HIN KYLE
CHUN HIN KYLE 2024년 1월 6일
답변: Sulaymon Eshkabilov 2024년 1월 8일
I was requested to modify the "MarkerSize" of a plot in an exercise on MATLAB Onramp, it was said to access the property inspector through the figure window, and I also tried executing the command inspect on the command window after running the program, but didn't work on Onramp, but on MATLAB 2023a.
  댓글 수: 2
Dyuman Joshi
Dyuman Joshi 2024년 1월 6일
Please share which section and which question you are having the trouble with.
I am unable to find any questions on MATLAB Onramp, R2023a, where the question is to modify the MarkerSize of a plot via accessing the property inspector.

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

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2024년 1월 8일
The answer is:
hold on
x = lambdaHa;
y = sHa;
plot(x, y, "rs", "MarkerSize", 8)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by