How can I make contour with various time?

1 次查看(过去 30 天)
Can I draw a contour with various time in MATLAB? (An animated contour with various time.) I have a matrix data like below:
time , x1 , y1 , temp1, x2 , y2 , temp2, x3, y3, temp3...
0, 1, 1, 25, 1, 2, 27, 2, 1, 26
1, 1, 1, 26, 1, 2, 27, 2, 1, 27
2, 1, 1, 26, 1, 2, 27, 2, 1, 28
3, 1, 1, 26, 1, 2, 27, 2, 1, 28
4, 1, 1, 26, 1, 2, 27, 2, 1, 29
... ... ...
I would like to watch the contour change with various time.
I think it is an animation because temperature values are changed for all time ranges and x-y plane.
Could you help me?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by