how to convert char array to two dimension image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sallam tanna
am 30 Apr. 2016
Kommentiert: sallam tanna
am 1 Mai 2016
hello my gui brows an image and I want to apply edge method on this image but the problem that when i brows image it appear as string , so i cant apply edge method?? can anyone tell me how to solve this problem please ?
2 Kommentare
Walter Roberson
am 1 Mai 2016
Please post your code.
It sounds like you might be trying to work on the name of the file rather than the content of the file.
Akzeptierte Antwort
Walter Roberson
am 1 Mai 2016
- Do not name a variable image
- You need to read the content of the image file using imread()
- It is recommended to use fullfile() to construct the file names instead of strcat
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!