필터 지우기
필터 지우기

Is is possible to generate similar bubble plot using matlab?

조회 수: 2 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 4월 12일
댓글: Mehmed Saad 2020년 6월 3일
Here is the plot:
I am intersted in generating similar plot. The axes are categorical.

채택된 답변

Walter Roberson
Walter Roberson 2020년 4월 12일
scatter() can take a different point size and different color for each point.
  댓글 수: 1
Mehmed Saad
Mehmed Saad 2020년 6월 3일
Your syntax must be
scatter(x,y,sz,c,'filled')
think how you have to add that line (Hint: use line or plot)
I am accepting walter's answer because it is what you really ask.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by