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.
たとえば、次のような行列があるかどうかを確認したい: a=[1 2 3 ; 1 3 4 ; 4 5 7 ] と [1 2 3] である最初の行のみを取得する方法。ありがとうございました 。
a(1,:)
つまり (最初の行、すべての列)