Language used in the env

조회 수: 3 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by