Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Image processing. saving data and placing them into other folder. Please Help Arigato :D !

1 vue (au cours des 30 derniers jours)
Fish Out Of Water :D
Fish Out Of Water :D le 7 Oct 2011
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hello! Currently i'm having problem with matlab. I want to save my file after processing the images and save them into another folder.
err.. I've managed to come out with the following code but i don't know how to continue.
a = imread(Folder name . extension);
imwrite ( image , [ 'saving folder','Folder name']);
end;
sorry for having so little knowledge about matlab, just started using it.
please help me :) !

Réponses (1)

William
William le 7 Oct 2011
Try
help save
help load
These will allow you to save your works pace or select variables in your work space to a specific location so you can retrieve them for later use

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by