필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How do I create multiple x,y scatters on one plain, and show the "trajectory" of each point?

조회 수: 1 (최근 30일)
Suppose I have the following multidimensional matrix, where rows are combinations of x and y values, and the third dimension holds different samples of such combinations:
[x,y,S]
Now I wish to create S scatter plots on the same plain, and I can of course use "hold on" to achieve this as I loop through the third dimension. However, I also wish to show the evolution or trajectory of each combination by joining combinations with a line, which I don't know how to do.
How is that done?
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 4월 24일
Could you post a small data sample? I am confused about how your data is arranged.

답변 (1개)

Mukul Rao
Mukul Rao 2017년 4월 24일
Hello,
You could try using the animatedline command
Essentially, every time you would add data from the third dimension, you could update the line objects with new (x,y) values as explained in the documentation.
Of course, depending on your use case, you might want to avoid creating too many line objects in interest of saving memory.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by