Feeds
回答済み
how to span a 3*1 vector into a 3*3 skew symmetric matrix ?
I think there is a "cross2Matrix" function: x = [1; 2; 3]; cross2Matrix(x) ans = 0 -3 2 3 0 -1 ...
how to span a 3*1 vector into a 3*3 skew symmetric matrix ?
I think there is a "cross2Matrix" function: x = [1; 2; 3]; cross2Matrix(x) ans = 0 -3 2 3 0 -1 ...
6年以上 前 | 0
質問
Prevent MATLAB from expanding matrix symbolic expression
I wonder if there is any way to prevent MATLAB from expanding the matrix symbolic expression? For example, let's A = 3x3 matrix...
約7年 前 | 1 件の回答 | 1
