photo

Dan Nussinson


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
1 Solution

RANK
290,853
of 300,381

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
121,461
of 168,477

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
coder bug in matlab2021 update: ??? Undefined function 'emcCanWriteCodeDescriptor' for input arguments of type 'struct’.
Thank you for your reply I uninstalled and reinstalled Matlab, and issue was solved. thanks, Dan

3 years ago | 0

Question


coder bug in matlab2021 update: ??? Undefined function 'emcCanWriteCodeDescriptor' for input arguments of type 'struct’.
After Installing Matlab 2021a update, my code which used to compile fine with Matlab coder produces an error: ??? Undefined fun...

3 years ago | 2 answers | 0

2

answers

Answered
sub2ind, picking specific values from a 3d matrix
Sean is right when the matrices are small as in your example. For large for loops sub2ind is x10 faster on my system: % Data X...

6 years ago | 0