Output management in pdepe
Afficher commentaires plus anciens
Using PDEPE, I calculating the diffusion and particle reaction. Time span for pdepe is 0 : 1e-12 : 1e-0
m = 0; x = 0:2e-6:200e-6; t = 0:1e-12:1e-0; sol = pdepe(m,@pdex4pde,@pdex4ic,@pdex4bc,x,t);
However, too many time span causes too large data and difficult to deal with. How to make the sol with log scale time (ex, 1e-12, 1e-11, 1e-10 and so on). I mean direct save, no extract the data from the large "sol"
Réponses (0)
Catégories
En savoir plus sur Biological and Health Sciences dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!