フィルターのクリア

add a matrix behind another

5 ビュー (過去 30 日間)
Fiboehh
Fiboehh 2011 年 4 月 4 日
hellow, little noob question but i cant find it fast. I got two matrices and need to have 1 matrix the first followed by the second :) thxxx

採用された回答

Sean de Wolski
Sean de Wolski 2011 年 4 月 4 日
doc cat
Abstacked = cat(3,A,B);

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 4 月 4 日
Or maybe horzcat() or vertcat(); the question is not clear.

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by