How to implement Green's function in MATLAB

조회 수: 20 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2019년 2월 21일
편집: MathWorks Support Team 2024년 9월 13일
I am having trouble finding a Green's function solution in MATLAB. Can you please point me to the appropriate documentation to get started?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 9월 13일
편집: MathWorks Support Team 2024년 9월 13일
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개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by