Azzera filtri
Azzera filtri

Different arrayname for every data

1 visualizzazione (ultimi 30 giorni)
alex
alex il 15 Mag 2013
Hi, I have this code to read in files:
yourfolder='F:\wichtige Dokumente\Universität\SoSe 2013\Bachelorarbeit\Daten\SIR Daten\Alles\*.sir';
repertoir=dir(yourfolder);
files={repertoir.name}
for a=1:2
image=?
[image, head, descrip, iaopt]=loadsir(files{1,a})
end
[image] gives out an array. How can i change the name of the array for every run?
Thanks

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 15 Mag 2013
Modificato: Azzi Abdelmalek il 15 Mag 2013
for a=1:2
[image, head, descrip, iaopt]=loadsir(files{1,a})
imag{a}=image
end

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by