user-defined function as input in "dsolve"
이전 댓글 표시
Hello everyone, I am new with MATLAB so maybe I can do the following and still haven't figured out how.
I want to use
dsolve ('Dz=a*z+b*t+c(z,t)','t')
where a and/or b are symbolic and
c(z,t) is a user-defined function?
The specific form of the expression is only an example (in principle it could/should be more general. The important thing here is the use of a user-defined function within the expression that defines the differential equation to be solved.
Is there any way I ca do something to this effect?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!