Community Profile

photo

ANJUSHA AK


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Why it shows that index exceeds the number of array elements???
%Statistics areas = [5176 5183 5165] area_mean= mean(areas) area_var= var(areas) area_std= std(areas)

3 years ago | 1 answer | 0

1

answer

Question


when i run this for loop,it shows the errors such as index exceeds the number of array elements.Can anyone help me to solve it???
for i=3:numel(datas) name=datas(i).name; folder_info=dir(['patients/' name]); if(folder_info(3).name(end)=='t') ...

3 years ago | 0 answers | 0

0

answers