How to create folder to split the data
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello.
I need a help. how to create a folder to split the data? for example my data is not organized so i need to organized it into 2 folder which in A folder and B folder.
thank you in advance :)
댓글 수: 1
KALYAN ACHARJYA
2019년 9월 18일
Atikah Shukor’s Answer moved here —
what the first code need to declare before entry mkdir?
답변 (1개)
Sai Bhargav Avula
2020년 2월 17일
Hi,
For example
movefile('organized1_*.mat','folderA')
movefile('organized2_*.mat','folderB')
This particular code moves the all the files name ‘organized1_*.mat’ to folderA and all the files with name ’ organized2_*.mat’ to folderB.
Hope this helps !
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!