What does it mean plotAlongY(p,u,0) in "Nonlinear Heat Transfer in a Thin Plate" example?

Why there is no explanation about plotAlongY(p,u,0) definition in Matlab PDE Toolbox guide? And there is no easy way to plot u-solution versus x or y? How to plot u-solution versus x or y other than using plotAlongY?

 Respuesta aceptada

If you have the toolbox, you can execute
edit plotAlongY
to see how the function is programmed. Feel free to extend it however you wish.
If you have a recent toolbox version, you can use pdeInterpolant or interpolateSolution. See the function reference pages, or even plot 3-D solutions for ideas.
Alan Weiss
MATLAB mathematical toolbox documentation

2 comentarios

Dear Alan
I do have the MATLAB PDE Toolbox but there is no information about this function. Edit plotAlonY does not work. Thank you for your help.
plotAlongY does not appear to exist in current versions. Which version are you using?

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 29 de En. de 2016

Comentada:

el 2 de Mzo. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by