How to solve PDE/Euler Bernoulli equation using MATLAB/Simulink?
Afficher commentaires plus anciens
Hi, Currently I am working on Euler-Bernoulli eqn of a beam. I want to get the deflection response (y) of the partial differential equation (PDE). Since PDE has mixed variable (t and x for example) and simulink has only module for derivative with respect to time. So I need to use MATLAB-function block from simulink library and generate code for PDE. If you have any ideas on this please share.
If not simulink, how to code them in MATLAB using FEA or FD method?
Any help would be appreciated.
Thanks in advance.
Réponses (2)
Torsten
le 7 Avr 2015
0 votes
Maybe a starting point:
Best wishes
Torsten.
1 commentaire
Mahmudur Rahman
le 17 Avr 2015
Vani Madhavi Tukkapuram
le 17 Sep 2022
0 votes
dI1(t)/dt = -(D) 0<=t<=t1
dI2(t)/dt + theta (t) I2(t) = -(D) t1<=t<=T
Catégories
En savoir plus sur PDE Solvers 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!