Borrar filtros
Borrar filtros

How can MATLAB code in an M-file query the current locale's character encoding WITHOUT needing the Simulink toolbox?

1 visualización (últimos 30 días)
How can MATLAB code in an M-file query the current locale's character encoding without needing the Simulink toolbox?
(Note that slCharacterEncoding() and get_param() are both Simulink toolbox functions.)

Respuesta aceptada

Maadhav Akula
Maadhav Akula el 1 de Sept. de 2020
Hi Michael,
You can utilize the following command to query the current locale's character encoding:
feature('locale')
Hope this helps!

Más respuestas (0)

Categorías

Más información sobre Simulink Environment Customization en Help Center y File Exchange.

Productos


Versión

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by