How can i change the "name" of my picture when using the imread('name') function?
Mostra commenti meno recenti
What i want to do is have a loop go through and read the name of every picture i have.
What i can't do is change the 'Name'(of the image) in a function like imread('Name') in the following way. (i believe this is because 'Name' is interpreted as a string)
(also the names of my pictures are integer values already)
for i = 1:n
image = imread('NameOfMyImage');
end % code
1 Commento
You might find this useful to read:
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!