舉例說明:
i = 1;
num2str(i,'%.4d')? ? ? ? %num2str()?數(shù)字轉(zhuǎn)化為字符串攻锰。
例如要獲取圖片中的文件
path_file = 'D:\ecg-cpsc\training_set\';
i = 1;
filename = [path_file 'A' num2str(i,'%.4d') '.mat'];
temp = load(filename);
如果需要循環(huán)的話掰吕,可以自行添加剂邮。
舉例說明:
i = 1;
num2str(i,'%.4d')? ? ? ? %num2str()?數(shù)字轉(zhuǎn)化為字符串攻锰。
例如要獲取圖片中的文件
path_file = 'D:\ecg-cpsc\training_set\';
i = 1;
filename = [path_file 'A' num2str(i,'%.4d') '.mat'];
temp = load(filename);
如果需要循環(huán)的話掰吕,可以自行添加剂邮。