Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matlabで、サイズの異なる行列の配列を作成することは可能ですか?例えば
Array_Mat(:,:,1) = zeros(3); Array_Mat(:,:,2) = zeros(4);
これによりエラーが発生します。では、どうすれば行列の配列を作成できますか?