how to display the image
Mostra commenti meno recenti
I=process(x,y,z) % "process" is the sub problem called in the main program to produce some output
Imshow(I) % displays the image
imwrite(I,path) % it does not save that image
instead it gives me the error that "the file format is not found from file name"
i tried using imsave % it works but i have to give the location and hence not suitable for large data
i have to save some 120 images that is not possible using imsave
someone pls help me how to save the image I which is displayed using imshow
4 Commenti
Stephen23
il 2 Dic 2014
A good point from Mohammad Abouali that deserves to be closer to the question:
Although MATLAB lets you define variable and function names that are the same as inbuilt functions, this can cause all sorts of awkward problems and really is best avoided.
RAMESH MUNIRATHINAM
il 3 Dic 2014
Please read my comment again: I did not write that you defined path as the function name, I wrote that path is being used as a variable name. However, note that both of these cases are best avoided, as path is an inbuilt function and shadowing inbuilt functions can cause problems that you really want to avoid.
RAMESH MUNIRATHINAM
il 4 Dic 2014
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!