what can be maximum number number of alphabet in name of model ?

1 回表示 (過去 30 日間)
Apurv Singh
Apurv Singh 2017 年 9 月 6 日
コメント済み: Apurv Singh 2017 年 9 月 6 日
hi what can be maximum length of a model name ?
  1 件のコメント
KSSV
KSSV 2017 年 9 月 6 日
model name? be clear of your question.

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

採用された回答

José-Luis
José-Luis 2017 年 9 月 6 日
編集済み: José-Luis 2017 年 9 月 6 日
From the documentation:
"Model Names:
Model file names must start with a letter and can contain letters, numbers, and underscores. The file name must not be:
A language keyword (e.g., if, for , end) _A reserved name: 'simulink', 'sl', 'sf' A MATLAB® software command The total number of characters in the model name must not be greater than a certain maximum, usually 63 characters. To find out whether the maximum for your system is greater than 63 characters, use the MATLAB namelengthmax command.
To understand how MATLAB determines which function to call when you specify a model name, see Function Precedence Order (MATLAB).
If I understood your question right, the number you are looking for might be 63. Use namelengthmax() to be sure.
  1 件のコメント
Apurv Singh
Apurv Singh 2017 年 9 月 6 日
Thank you for answer i should have used Model file names in question

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by