what does "Undefined function 'f_integration' for input arguments of type 'double' " mean
Ältere Kommentare anzeigen
Trying to run this script but this error continues to pop up.
a1_1= 0;
b1_1=10000;
a2_1=0;
b2_1=0;
h_1=2;
ele_rotation_1=0;
F_1 = f_integration(h_1,a1_1,b1_1,a2_1,b2_1,ele_rotation_1);
K_1 = K_matrix(A,E,I,h_1,ele_rotation_1);
1 Kommentar
Amy Sanchez
am 12 Nov. 2019
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 12 Nov. 2019
2 Stimmen
It means that MATLAB cannot find a function or variable named f_integration
There is no MATLAB function by that name, and I cannot find a useful function by that name anywhere on the Internet.
3 Kommentare
Luisa
am 4 Nov. 2025
It helps me too. Thank you :)
Walter Roberson
am 4 Nov. 2025
Just now, I did find a likely-looking f_integration
Luisa
am 12 Nov. 2025
Thank you, but your comment in 2019 helped me by your explanation.
I indeed consider other named function and not f_integration.
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!