graphing my first PDE
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rushan
el 19 de Sept. de 2014
Respondida: Rushan
el 19 de Sept. de 2014
Hello! I am new to Matlab and trying to graph my first PDE. I have no idea how it works, can any one help me with how to write the script for the following PDE
c(∂u∂x) + ∂u∂t = 0 with initial condition u(x, 0) = arctan(x). Plot the solution to this PDE for a few different values of c (small, large, positive, negative)
Thanks :)
0 comentarios
Respuesta aceptada
Más respuestas (1)
David Sanchez
el 19 de Sept. de 2014
take a look at the documentation.
doc pdepe
will present a very good example. This same example is explained in more detail in the following link:
You can easily adapt that example to solve your problem
Ver también
Categorías
Más información sobre PDE Solvers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!