Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

2 ビュー (過去 30 日間)
Fish Out Of Water :D
Fish Out Of Water :D 2011 年 10 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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