create a matrix from multiple images
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shabnam M
am 9 Sep. 2020
Kommentiert: Shabnam M
am 10 Sep. 2020
Hello,
I have a question regarding to save a matrix from multiple images.
In fact, I have 5000 images named as first_00001, first_00002, first_00003, .... I want to read them and then create a matrix as follows:
if first_00001 assumed A[m*n]
first_00002 assumed B[m*n]
first_00003 assumed C[m*n]
I want to get a matrix that is MM and its first column is [A11
B11
C11]
and etc. until all arrays are read.
Thanks for spending your time
2 Kommentare
Ameer Hamza
am 9 Sep. 2020
Can you further explain, perhaps, use three 3 matrices as an example and show how you want to arrange the elements and what is the expected output?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!