How can MATLAB code in an M-file query the current locale's character encoding WITHOUT needing the Simulink toolbox?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael Aramini
il 18 Ago 2020
Commentato: Michael Aramini
il 3 Set 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 Commenti
Risposta accettata
Maadhav Akula
il 1 Set 2020
Hi Michael,
You can utilize the following command to query the current locale's character encoding:
feature('locale')
Hope this helps!
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!