how can i open message key catalog?
古いコメントを表示
how can i open the message catalog in matlab? i am using the sptool.m file in toolbox/signal. in getstring(message('signal:sptprefhelp:Maker')) if i change 'Marker' to 'Markers' it warning:unable to find message key 'Markers' in catalog 'signal:sptprefhelp'. ...so where can i check or find the message keys?
採用された回答
その他の回答 (1 件)
Steven Lord
2017 年 12 月 18 日
0 投票
You shouldn't need to access or update the message catalog files.
What exactly did you expect / hope would happen by changing Marker to Markers in that call?
3 件のコメント
Landers1
2017 年 12 月 19 日
Steven Lord
2017 年 12 月 19 日
You shouldn't need to. If you want to throw an error using an identifier (to allow users of your code to catch a particular error your code throws, for example) call error with two (or more) inputs as shown in the "Throw Error with Formatted Message" example in the documentation.
Landers1
2017 年 12 月 19 日
カテゴリ
ヘルプ センター および File Exchange で MATLAB 快速入门 についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!