How can MATLAB code in an M-file query the current locale's character encoding WITHOUT needing the Simulink toolbox?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Michael Aramini
am 18 Aug. 2020
Kommentiert: Michael Aramini
am 3 Sep. 2020
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.)
0 Kommentare
Akzeptierte Antwort
Maadhav Akula
am 1 Sep. 2020
Hi Michael,
You can utilize the following command to query the current locale's character encoding:
feature('locale')
Hope this helps!
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!