how i can solve it ??
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hello; I have this code :
Heart_pulse_avg =zeros(1,Lp_mean);
for m=1:L-2
Heart_pulse_arrays{m} = imresize(Heart_pulse_arrays{m}, [1 Lp_mean], 'bicubic');
Heart_pulse_arrays_values= Heart_pulse_arrays{m};
for n=1:length(Heart_pulse_arrays)-9
Heart_pulse_avg=mean(Heart_pulse_arrays_values(n:n+9));
end
Heart_pulse_avg_final=Heart_pulse_avg_values;
end
and this error : ??? Index exceeds matrix dimensions.
how i can solve it ?
3 件のコメント
KSSV
2016 年 8 月 22 日
Much of the information is not given how you expect to sort the error? What is Lp_mean, L, Heart_pulse_arrays?
per isakson
2016 年 8 月 22 日
yasmeen hadadd
2016 年 8 月 22 日
編集済み: per isakson
2016 年 8 月 22 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!