我想要绘制以下数据:awa与t:
awa(:,:,1) = 0.9272352, t=0
awa(:,:,2) = 0.6850705, t=2592000
awa(:,:,3) = 0.7650133, t=5184000
awa(:,:,4) = 0.7339441, t=7776000
awa(:,:,5) = 0.6162899, t=10368000
等
由于
答案 0 :(得分:1)
您可以使用/(?:optiona)|(?:optionb)/
删除其他尺寸,因为尺寸为1。
awaSqueezed = sqeeze(awa); % get the vector from your 3D plot(t,awaSqueezed)