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!