摘要: 计算908的温度拟合曲线 %% close all; clc; clear; %% str = 'E:\matlab\kc908_temp_data\';%获取路径 files = dir(strcat(str,'*.txt'));%扫描当前文件夹下的txt文件 number_files = len 阅读全文
posted @ 2020-03-05 17:07 木心的木偶 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: close all; clc; clear; str = 'E:\matlab\temp_data\'; files = dir(strcat(str,'*.txt')); number_files = length(files); x = zeros(number_files,4526); y = 阅读全文
posted @ 2020-03-05 12:37 木心的木偶 阅读(2632) 评论(0) 推荐(0) 编辑