How to implement Green's function in MATLAB
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 21 de Feb. de 2019
Editada: MathWorks Support Team
el 13 de Sept. de 2024
I am having trouble finding a Green's function solution in MATLAB. Can you please point me to the appropriate documentation to get started?
Respuesta aceptada
MathWorks Support Team
el 13 de Sept. de 2024
Editada: MathWorks Support Team
el 13 de Sept. de 2024
MATLAB does not yet have a built-in function for computing Green's function. That being said, you can use the Symbolic Math Toolbox for implementing Green's function. Please refer to the following link for more information on this product:
Here is a list of functions within the Symbolic Math toolbox which might be helpful in your implementation:
"dirac" function:
"dsolve" function (in combination with the "diff" function):
"syms" function (you will need this to create your symbolic function):
You also can take a look at the following functions which do not require a specific toolbox:
"ode":
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox 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!