photo

Koby Goldberg


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


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

6年弱 前 | 1 件の回答 | 3

1

回答

回答済み
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年以上 前 | 1