SYMBMAT

버전 1.0.0.0 (643 Bytes) 작성자: 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