Look-up table in C code
Version 1.1.0.0 (4,28 ko) par
Marek Michalczuk
The .m script generates a c-code that realizes a 1D look-up table function
C code generator for Look-up table
ver 1.0/16.12.2013
created by Marek Michalczuk
User defines the mapping function by specifying vectors of input and output values. If the input signal lies within the range of the input vector, the output value is calculated by linear interpolation between the appropriate two points. If the input signal is out of bounds, the block extrapolates using the first or last two points.
Citation pour cette source
Marek Michalczuk (2026). Look-up table in C code (https://fr.mathworks.com/matlabcentral/fileexchange/48225-look-up-table-in-c-code), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Matrices and Arrays dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | extended description |
||
| 1.0.0.0 |
