allparams: Lists all parameters of a Simulink object and their values
For a specified Simulink object (block, port, line, block diagram etc.), or for the current block if no object is specified, this function lists its parameters.
The parameters are sorted alphabetically by name, and the value of each is shown where possible.
It is considered "possible" to show the value where it is a numeric scalar or a single-line string of less than 100 characters. This covers the vast majority of Simulink parameters.
Otherwise, the data type of the value is shown, and the user can retrieve the actual value using get_param.
引用
Malcolm Wood (2024). allparams: Lists all parameters of a Simulink object and their values (https://www.mathworks.com/matlabcentral/fileexchange/13403-allparams-lists-all-parameters-of-a-simulink-object-and-their-values), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
タグ
謝辞
ヒントを得たファイル: getp
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!