필터 지우기
필터 지우기

how i can solve this proplem

조회 수: 3 (최근 30일)
Mohamuud hassan
Mohamuud hassan 2015년 5월 23일
편집: Mohamuud hassan 2015년 5월 24일
hello all; the xapp vector is not working with the inner loop, i mean is not taking the appropriate value which was 12345.... until 9.
dec_firlet=[1,3,13,13,19,5,19,1,9,11,7,15,7,11,5,13,4,15,6,3,7,6,9,18,15,19,17,20,24,1,8,20,18,15,10]
dif_number=length(dec_firlet)
[vr,vc]=size(dec_firlet);
for wcol=1:vc
if( wcol<27)
Firlettm{1,wcol}=sqralph(dec_firlet(1,wcol),wcol);
else
dfg=wcol-26
for xapp=dfg:dif_number-26
Firlettm{1,wcol}=sqralph(dec_firlet(1,wcol),xapp);
end
end
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by