Community Profile

photo

Wit


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 1

1

Antwort