SYMBMAT

版本 1.0.0.0 (643 字节) 作者: Mukhtar Ullah
subscripted symbolic matrix (SYMBMATMAKE vectorized)
2.2K 次下载
更新时间 2004/11/18

无许可证

SYMBMATMAKE by Richard Hindmarsh was the inspiration for this submission. I have rewritten to vectorize it. No more loops! It also illustrates how to write compact code without loops.

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

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

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

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

returns
[ a1, a2]

引用格式

Mukhtar Ullah (2024). SYMBMAT (https://www.mathworks.com/matlabcentral/fileexchange/5905-symbmat), MATLAB Central File Exchange. 检索来源 .

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

参考作品: SYMBMATMAKE

Community Treasure Hunt

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

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

optimised by removing repmat and employing ones