matlab 从字符串里面提取出数字

大喊一声 正则式牛逼!!

regexp( s, '(?<=\w+)\d+', 'match' ) %s是含有数字的字符串

再用str2num将字符串转化为数字

你可能感兴趣的:(matlab)