Clear Filters
Clear Filters

How to perform a simple integration operation using MATLAB Simulink?

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!