selectivly open a file by file name
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hello ,i have 4 files in the folder,i am looking for a way so matlab will choose to open only 0_0 and 0_90 only by checking he last two numbers in the file name? thanks

1 Comment
per isakson
on 16 Feb 2017
Try
sad = dir( 'xyz_0_*.txt' )
Answers (1)
Image Analyst
on 16 Feb 2017
0 votes
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!