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.
以前は、この行を使用して、通常の行列のゼロ行を削除しました。
RV = RV(any(RV,2),:);
しかし、私は3Dマトリックスに対して次のことを行いました。私はまだゼロROWSを削除したい:
RV = RV(any(RV,2),:,:);
しかし、「インデックスが行列の次元を超えています」という警告が表示されます。私は何を間違えましたか?