SYMBMATMAKE

Makes a subscripted symbolic matrix .
2.0K 次下载
更新时间 2009/6/18

查看许可证

Returns symbolic matrices with subscripts which can be manipulated using the Symbolic Toolbox.

e.g. symbmatmake('a',2,3)

returns
[ a11, a12, a13]
[ a21, a22, a23]

e.g. symbmatmake('a',1,2)

returns
[ a1, a2]

引用格式

Richard Hindmarsh (2024). SYMBMATMAKE (https://www.mathworks.com/matlabcentral/fileexchange/2623-symbmatmake), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Symbolic Math Toolbox 的更多信息
致谢

启发作品: SYMBMAT

Community Treasure Hunt

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

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

Changed to BSD licence

1.0.0.0