dear
I am making scatter plot of MAV at different shoulder angle.
I m looking program to smart enough to set same limit of axis for all 4 subplot.
Q1) How can i do this.
Q2) how i find which color show which data values?? like out of 5 point blue is on which number?

 채택된 답변

KSSV
KSSV 2020년 5월 17일

0 개 추천

Reead about xlim, legend, text, axistight.

댓글 수: 6

Ali Asghar
Ali Asghar 2020년 5월 18일
dear when i use xlim and ylim it not give complete graph means in 0 degree it show 3 dots out of 5.
note each subplot should show 5 dots
Ali Asghar
Ali Asghar 2020년 5월 18일
KSSV
KSSV 2020년 5월 18일
You should use the range so that all the dots are cleared.
Ali Asghar
Ali Asghar 2020년 5월 20일
Dear
I need to plot 4 graph of 16 features.
like feature MAV graph plot in 4 angles, similarly for remaining 15 features....
its take lot manual work to set the range of each feature.
how can i program it?
If x and y is your data....you can limit using:
axis([min(x) max(x) min(y) max(y)])
alternatively you can use axistight also.
balaji sriram
balaji sriram 2021년 4월 30일
Thanks man

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품

릴리스

R2018b

태그

질문:

2020년 5월 17일

댓글:

2021년 4월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by