SYMBMATMAKE

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 Center および MATLAB AnswersSymbolic 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