Info

此问题已关闭。 请重新打开它进行编辑或回答。

i have open a directory using dir function. i want to open the folders in the directory and process the images in different folder so plz let me know anyone knows how to do it

1 次查看(过去 30 天)
q=dir(fullfile(matlabroot,'data\'));
disp(q);

回答(1 个)

Muruganandham Subramanian
编辑:Muruganandham Subramanian 2012-12-14
You can do this by using pwd and cd command to acess folders

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by