Community Profile

photo

Wit


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ...

4 years ago | 0

Question


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...

5 years ago | 1 answer | 1

1

answer