Effacer les filtres
Effacer les filtres

How to show a 4D array?

3 vues (au cours des 30 derniers jours)
Victor Kang
Victor Kang le 13 Sep 2017
Commenté : Stephen23 le 13 Sep 2017
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 commentaire
Stephen23
Stephen23 le 13 Sep 2017
@Victor Kang: why not just create a video, just like what you showed in your question?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 二维图和三维图 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!