フィルターのクリア

Language used in the env

9 ビュー (過去 30 日間)
Jacob Thomas
Jacob Thomas 2023 年 12 月 5 日
コメント済み: Jacob Thomas 2023 年 12 月 12 日
Hi,
Is there any possibility checkibg what language is used in the MATLAB and Simulink enviornment or is there any way to check what re the preference settings enebaled in the enviornment.
  4 件のコメント
Steven Lord
Steven Lord 2023 年 12 月 6 日
And how to get that information likely depends on what OS you're using. I'm not sure the same command would necessarily work on Windows, Linux, and Mac.
Jacob Thomas
Jacob Thomas 2023 年 12 月 9 日
may I know what command is used for that?

サインインしてコメントする。

採用された回答

Ayush Anand
Ayush Anand 2023 年 12 月 11 日
Hi Jacob,
You can use the following command to get the language preference set in MATLAB:
locale = get(0, 'Language')
Since Simulink is integrated with MATLAB, it follows the same locale settings that MATLAB uses. Therefore, the command mentioned above should also reflect the language being used in the Simulink environment.
You can refer to the following page to read more on language preference in MATLAB:
I hope this helps resolve your query.
  1 件のコメント
Jacob Thomas
Jacob Thomas 2023 年 12 月 12 日
Many thanks.!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by