photo

Koby Goldberg


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
8,516
of 300,369

REPUTATION
5

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
4

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

7 years ago | 1