3 dimentions matrix Creation

1 回表示 (過去 30 日間)
F.O
F.O 2018 年 3 月 8 日
回答済み: Roger Stafford 2018 年 3 月 8 日
Hei, I have this matrix
A=[4 -1 1;4 -8 1;-2 1 5]
And I want to add a third dinention (page) to it with only one element from 1 to 100 ie every page have my same matrix but the page numbers change from 1 to 100. Any help is appretiated

採用された回答

Roger Stafford
Roger Stafford 2018 年 3 月 8 日
I think you asking how to do this:
A = repmat(A,1,1,100);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by