Info

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

Move figures with keywords

2 次查看(过去 30 天)
Mehdi M sari
Mehdi M sari 2017-9-14
关闭: MATLAB Answer Bot 2021-8-20
Hi all, I have a script and it generate some figures at the end I am using mkdir to create a folder and I want use movefile to move figures into the folders. how can i use keywords to choose some figures between all. thanks
b = [pathname 'ch2'];
if ~exist(b)
mkdir(b)
end
movefile('*png',a)
cd(a)

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by