How to export an image from matlab after processing it and save it in any location
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear Gen.
Kindly, i need your kind support to explain to me how to export an image from matlab after processing it and save it in any location i determine it in my laptop. Kind Regards
0 commentaires
Réponses (1)
Chad Greene
le 9 Mar 2016
2 commentaires
Image Analyst
le 9 Mar 2016
with fullfile().
And if you want a non-integer image that you're not going to open in any other program, you can store it in a .mat file with save() and recall it with load().
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!