필터 지우기
필터 지우기

Subscripted assignment dimension mismatch.

조회 수: 1 (최근 30일)
Yussif M. Awelisah
Yussif M. Awelisah 2019년 9월 23일
답변: Matt J 2019년 9월 23일
Please the below error occurs in code. Please I will be grateful for any help.
Subscripted assignment dimension mismatch.
Error in tvf_emd (line 127)
imf(nimf,:)=y(ind_remov_pad);
Please the full code and data are attached.

답변 (1개)

Matt J
Matt J 2019년 9월 23일
It means nimf is not the same size as y(ind_remov_pad).

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by