How to perform a simple integration operation using MATLAB Simulink?
4 views (last 30 days)
Show older comments
Hello MATLAB community,
I would like to solve for this equation using simulink only
phi(y)=qrt(1/(mw*L))*(cosh(tilda*y/L)-cos(tilda*y/L)-om*(sinh(tilda*y/L)-sin(tilda*y/L)));
where I am integrating by y and the tilda, L, om, and mw are constants. I'm sorry if this is overly simplistic but I honestly couldn't figure it out. My objective is to construct this in such a way that I can then finally write
double(int(D*phi*phi4th,[0 L]))
where phi4th is the 4th derivative of phi.
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!