Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KoenDV

    regexp cell array problem

    Hey, I'm really stuck on this. I'm trying to use regexp twice once for all the files i need to work with and then again to narrow it down even more. textfiles = dir('*.txt'); filenames = {textfiles.name}; filenames = regexp(filenames, '^sn\d{4}_INS_(LOW|HIGH)_\d+_\d+_(A|B).txt$', 'match')...

Part and Inventory Search

Back
Top