Callback Glossary

Browse 1 callback terms defined in plain English, from the cultural dictionary of computing.

1 Callback Terms

Function Handle
In MATLAB, a reference to a function that can be stored in variables, passed to other functions, and invoked indirectly. Created with the @ operator, function...

Related Topics