num2ascii

Converts a number into an array of ASCII values compatible with code generation. %#codegen

Ahora está siguiendo esta publicación

The function was created for use with a serial LCD like the Parallax LCD 27977 or Adafruit LCD 782 and a serial port or text base data format like JSON or XML. This function is useful in code generation environments like Simulink Real-Time and Embedded Coder.

The number of integer digits and decimal digits can be specified with zero padding.

This function fills the gap since the built-in num2str function does not support code generation.

Citar como

Curtis (2026). num2ascii (https://la.mathworks.com/matlabcentral/fileexchange/46815-num2ascii), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.2

Cleaned up documentation

1.0.1

Handled errors resulting from values less than 1 and other edge cases.

1.0.0.0