How to display data against time and location (coordinates)
조회 수: 4 (최근 30일)
이전 댓글 표시
First and foremost, I am trying to imagine being able to scroll through a set of time to see a change in data. The data I have is in columns (see attached & table created). I can plot pkKA (peak current in kilo amps) against longitude and latitude, but how would I add in the variable of time for each pkKA? Possible GUI? Is it possible to have the scatter plot points (pkKA) change in color in order to remove the 3rd dimension and have a 2 dimensional plot?
댓글 수: 0
답변 (1개)
Nicolas Schmit
2017년 12월 5일
You can control the color of the scatter points using the c parameter of the scatter() function. https://www.mathworks.com/help/matlab/ref/scatter.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!