Info

This question is closed. Reopen it to edit or answer.

Diffusion Model for planetary sample

3 views (last 30 days)
mustakahmed Badi
mustakahmed Badi on 23 Mar 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi
I work on the diffusion model.I need help for this how i can implement the time,temperature and concentration in one plot with distance.

Answers (1)

Torsten
Torsten on 23 Mar 2015
surf(x,t,u)
where x is distance, t is time and u is a three-dimension array with x as first dimension, t as second dimension and temperature or concentration as third dimension.
Best wishes
Torsten.

Community Treasure Hunt

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

Start Hunting!