Community Profile

photo

Koby Goldberg


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


mtimes and transpose are being treated as a single function when used together?
I'm trying to overload the mtimes function so each * operator will perform my own matrix multiplication (using mex) instead of m...

mehr als 5 Jahre vor | 1 Antwort | 3

1

Antwort

Beantwortet
assigning a vector to struct array filedname
This should do the trick: X = [1,3,5,2]; X_cell = num2cell(X); objects.x = X_cell{:};

etwa 6 Jahre vor | 1