photo

Abdullah


METU

Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Answer

배지 보기

Feeds

보기 기준

질문


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

대략 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How 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.

대략 5년 전 | 3