Matlab Glossary
Browse 4 matlab terms defined in plain English, from the cultural dictionary of computing.
4 Matlab Terms
- Cell Array
- A MATLAB data type that holds an indexed set of elements where each cell can contain any type of data, including other arrays or objects. Unlike regular...
- 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...
- Mex
- MATLAB Executable — a compiled C, C++, or Fortran function callable from within MATLAB, used to speed up performance-critical code or interface with external...
- Simulink
- A block-diagram-based graphical programming environment built on MATLAB for modeling, simulating, and analyzing multi-domain dynamic systems, widely used in...
Related Topics
- C/C++ (1 terms in common)
- Data Structure (1 terms in common)
- Array (1 terms in common)
- Engineering (1 terms in common)
- Performance (1 terms in common)
- Callback (1 terms in common)
- Simulation (1 terms in common)
- First Class Function (1 terms in common)