Output management in pdepe

2 次查看(过去 30 天)
Sung-Young Yoon
Sung-Young Yoon 2013-11-18
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"

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by