solving a function with two variables
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How do i do this?
When hmax =0, v=@(D,H)(sqrt((H*(-9.81))+((-9.81)*sqrt(H^2+D^2)))) Write a function of ?? using @ method which takes two input variables D and H, and calculate the critical speed v* , when D=1m and H=2m
3 Kommentare
madhan ravi
am 4 Feb. 2019
See https://www.mathworks.com/help/matlab/matlab_prog/anonymous-functions.html how to use anonymous functions.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Call C++ from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!