SYMBMATMAKE

버전 1.1.0.0 (1.59 KB) 작성자: Richard Hindmarsh
Makes a subscripted symbolic matrix .
다운로드 수: 2K
업데이트 날짜: 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