摘要: % 数据时间读取1 % 测试时间:39s%ticDataori_time = Cell_ss(:,1);da_time = zeros(length(Cell_ss),6);for j = 1:length(Dataori_time) dm_time = Dataori_time{j,1}; %-- 阅读全文
posted @ 2022-08-31 10:24 mythhhhh 阅读(93) 评论(0) 推荐(0)
摘要: 1、读取文件 18.9s [A,B,C] = xlsread('inv_5249_1_min.csv'); 2、读取文件 5.34s Cell_Datao = readtable('inv_5249_1_min.csv'); 3、读取文件 1s以内 file_id = fopen(csv_names 阅读全文
posted @ 2022-08-31 10:22 mythhhhh 阅读(225) 评论(0) 推荐(0)