user-defined function as input in "dsolve"
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Common Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!