No BSD License
Highlights from
SYMBMAT
|
|
| File Information |
| Description |
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] |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
SYMBMATMAKE
|
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 31 Jan 2005 |
Abdulwahab Abokhodair
|
|
|
| 24 Apr 2008 |
Ramon Betancourt
|
|
|
| Updates |
| 24 Sep 2004 |
corrections in the description |
| 18 Nov 2004 |
optimised by removing repmat and employing ones |
|
Contact us at files@mathworks.com