allparams: Lists all parameters of a Simulink object and their values

版本 1.2.0.1 (1.8 KB) 作者: Malcolm Wood
Lists the parameters of a Simulink block, line, port or block diagram, and the value of each
2.4K 次下载
更新时间 2016/9/1

查看许可证

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 (2025). allparams: Lists all parameters of a Simulink object and their values (https://ww2.mathworks.cn/matlabcentral/fileexchange/13403-allparams-lists-all-parameters-of-a-simulink-object-and-their-values), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Computer Vision with Simulink 的更多信息
致谢

参考作品: getp

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.1

Updated license

1.2.0.0

Added copyright line and eliminated various M-Lint warnings. As a minor side effect, this makes it incompatible with an release older than R14.

1.1.0.0

Review

1.0.0.0