Unexpected matlab expression???? How to Solve???? - URGENT!!!!!

1 view (last 30 days)
Having trouble with the following expression... It was taken directly from a reference book for MATLAB...
y = @m sqrt(9.81*m/0.25)*tanh(sqrt(9.81*0.25/m)*4)-36;
Kindly please help!!!!

Accepted Answer

Titus Edelhofer
Titus Edelhofer on 8 Jun 2015
a = @(m) sqrt(...)
Titus

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!