Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 30일)
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 :) !

답변 (1개)

William
William 2011년 10월 7일
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

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by