I have this vector file which is 345*1 and I only want to plot every 15th elemts versues time i tried this
plot(ASCM_time(1:15:end),ASCM_GPS_number_satellite,'g')
but it doent work, and it tells me
"Error using plot Vectors must be the same lengths."
both vectors are 345*1.
what should I do? any suggestion? please thanks

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 31일

0 개 추천

plot(ASCM_time(1:15:end),ASCM_GPS_number_satellite(1:15:end),'g')

추가 답변 (0개)

카테고리

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

태그

질문:

2014년 3월 31일

답변:

2014년 3월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by