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では、次のように列行列を行行列に変換したいと思います。
A = 1 2 3 4 5 6 7 8 9
これに:
A = [1 2 3 4 5 6 7 8 9]
これはどのように行われますか?
Matlabでは。と書かれている行列の転置が必要ですA'。
A'