Community Profile

photo

Koby Goldberg


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 3

1

answer

Answered
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{:};

6 years ago | 1