Caratteri e stringhe
Generazione di codice per il testo
Per la generazione di codice, rappresentare il testo come un array di caratteri o come un array di stringhe 1 x 1 (scalare di stringhe).
Classi
coder.StringType | Represent set of MATLAB strings acceptable for input specification (Da R2022b) |
Argomenti
- Encoding of Characters in Code Generation
Differences in character encoding between MATLAB® and code generation can result in errors or different answers.
- Code Generation for Strings
Adhere to code generation restrictions for strings.
- Specify String Scalar Inputs at the Command Line
Specify string scalar inputs at the command line.
- Generate C/C++ Strings from MATLAB Strings and Character Row Vectors
Generate C/C++ strings from null-terminated MATLAB strings and character vectors.
- Resolve Error: coder.varsize Not Supported for Strings
Troubleshoot code generation error when using
coder.varsizewith string variables.