How can MATLAB code in an M-file query the current locale's character encoding WITHOUT needing the Simulink toolbox?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Maadhav Akula
2020 年 9 月 1 日
Hi Michael,
You can utilize the following command to query the current locale's character encoding:
feature('locale')
Hope this helps!
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!