Saving Tiffs from cell array using imwrite in a loop
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jack Robertson
le 27 Août 2019
Commenté : Jack Robertson
le 27 Août 2019
HI,
I am new to matlab and can't figure this out. I have got code set up to split up my large tiff files into sub sections which are contained within a cell array (ca). I can write these files out individually using:
imwrite((ca{1:1}), 's1.tiff', 'compression','none')
but what i want to do is write all the tiffs from the cell array with sequesntial names (s1, s2, s3, etc)
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!