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);
0 个评论
回答(1 个)
Muruganandham Subramanian
2012-12-14
编辑:Muruganandham Subramanian
2012-12-14
You can do this by using pwd and cd command to acess folders
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!