hi, i need to save my for loop array result in cell array,i attached my code,please correct the mistake which i did
Ältere Kommentare anzeigen
i1=cc(1:96,1:96);
i2=cc(1:96,97:192);
i3=cc(97:192,1:96);
i4=cc(97:192,97:192);
y=[i1 i2 i3 i4];
i=[];
for y=1:length(y)
gp=vision.Pyramid('PyramidLevel',3);
i{y}=step(gp,y);
end
3 Kommentare
kaavya subramani
am 21 Aug. 2015
Purushottama Rao
am 21 Aug. 2015
can you give the data in cc?
kaavya subramani
am 21 Aug. 2015
Akzeptierte Antwort
Weitere Antworten (1)
Purushottama Rao
am 21 Aug. 2015
0 Stimmen
OK. i have tried with cc as random generated matrix of size 192*192 I could able to generate the cell array of 1*384 with your code unmodified. Pls find the attached result
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
