How to show a 4D array?
显示 更早的评论
I build a diffusion model, using ode23 tools. And I got two arrays.
[x,y]=ode23(@myfun,t,y0);
Then,
for i=0:r-1
for j=0:r-1
for k=0:r-1
dif(i+1,j+1,k+1,:)=y(:,i*r*r+j*r+k+1);
end
end
end
How can I show the data like this?

If you want, you can download my data. I'm not familiar with English, if offend, beg for forgive. Thanks a lot for your kindness.
1 个评论
Stephen23
2017-9-13
@Victor Kang: why not just create a video, just like what you showed in your question?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 二维图和三维图 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!