How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have some data in workspace and I want to plot these data. How to plot the columns data against the firs column (simulation time) instead of plotting against the serial number?
댓글 수: 0
채택된 답변
Harshit
2012년 11월 15일
Hi you can just use it
plot(x(:,1),x ,'o')
댓글 수: 2
Walter Roberson
2012년 11월 18일
What format is the time column in? What is a typical value, and what does that value represent?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Filter Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!