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]。谢谢你 。
一个(1,:)
这意味着(第一行,所有列)