Statistics
RANK
5,170
of 281,921
REPUTATION
8
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 19,064
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 134,310
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
Content Feed
Question
"Subscripting into an mxArray is not supported" error in Simulink User Defined Function due to 'fieldnames' extrinsic call
Although I look around the same question on web and see the reasons, I can not find a way to get rid of this error. I got the e...
4 years ago | 0 answers | 0
0
answersHow to fix the error 'Computed maximum size is not bounded. Static memory allocation requires all sizes to be bounded. '?
Try this temp_t = zeros(1,int8(q2)); instead of temp_t = zeros(1,q2); I do not know the reason exactly but it works for me.
4 years ago | 3