Using the C Math Library | ![]() ![]() |
Passing Functions As Arguments to Library Routines
The MATLAB C Math Library includes function-functions: functions that execute a function that you provide. For example, the library function, mlfOde23()
, is a function-function. Other function-functions include mlfFzeros()
, mlfFmin()
, mlfFmins()
, mlfFunm()
, and the other mlfOde
functions.
In this section, you'll learn:
mlfFeval()
mlfFeval()
worksmlfFeval()
by writing a "thunk function"![]() | Calling Operators | How Function-Functions Use mlfFeval( ) | ![]() |