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.
サイズのある2つの曲線があります:
size(A) = 1 312 and size(B) = 312
BからAを引くと、このエラーメッセージが表示されました
==> を使用したエラー マイナス マトリックスの次元は一致する必要があります。
このエラーは、A の値が 1 312 で B の値が 312 1 である行列の順序に起因すると考えられますか?
これらの行列は同じ次元ではありません。B から A' を減算してみてください (A 転置)。