typecast and typecastx C-mex functions

typecast and typecastx are mex functions that mimic the MATLAB typecast function with extensions

Herunterladen
Herunterladen

Sie verfolgen jetzt diese Einreichung

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 .

Allgemeine Informationen

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.

Herunterladen
1.2.0

Fixed a sparse matrix bug.

Herunterladen
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.

Herunterladen
1.0.0

I am adding an m-file so that "help typecast" will work.

Herunterladen