typecast and typecastx C-mex functions
typecast and typecastx are mex functions that mimic the MATLAB typecast function with extensions
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Zitieren als
James Tursa (2026). typecast and typecastx C-mex functions (https://de.mathworks.com/matlabcentral/fileexchange/17476-typecast-and-typecastx-c-mex-functions), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: cachedcall, num2vpi - Converts input exactly into vpi, DataHash
Allgemeine Informationen
- Version (14,7 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.3.0 | Added capability for char and logical types. Added the typecastx files for convenience. |
||
| 1.2.0 | Fixed a sparse matrix bug. |
||
| 1.1.0 | Changed algorithm from deep data copy to shared data copy. Thus the C-mex typecast is more efficient than the MATLAB intrinsic typecast. Also added the capability to handle complex inputs. |
||
| 1.0.0 | I am adding an m-file so that "help typecast" will work. |