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.
リストベクトルに行列のリストを掛ける必要があります。現在、私は for ループでそれをやっています:
for k=1:N x(:,k)= A(:,:,k) \ b(:,k); end
forループなしでこれを書くことができますか?
for