Info

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

Read file name to regexp function

1 次查看(过去 30 天)
Damith
Damith 2015-5-7
关闭: Walter Roberson 2015-5-8
Hi,
Can somebody help me to modify the code below to obtain the output: matchStr = 'TRMM_1998_01_newntcl.csv
str = 'TRMM_1998_01_newntcl.csv';
expression = '\w*TRMM';
month_to_match = 1;
str_for_month = sprintf('%02d', month_to_match);
matchStr = regexp(str,expression,'match');

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by