view or insert files into directory ?
Show older comments
hello
i want to write code makes me insert (store) files into specified directory
and view files from this directory by searching on its name
the files is .mat files
but i don't know how to start
so how to do this code
Answers (1)
Sulaymon Eshkabilov
on 10 May 2019
0 votes
You can start with:
cd(' ') % change the directory
open(' ') % to open .m, .mat, .slx, .mdl files
1 Comment
Rahaf mutlaq
on 11 May 2019
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!