摘要: data1=xlsread('20200816_10_01_46.xlsx','B:O'); data2=data1; data2( find( isnan(data2) ==1) )=10000; % 把g中第一行中为Nan的替换为100 n=length(data2); j=1 for i=1: 阅读全文
posted @ 2020-09-22 17:15 redufa 阅读(305) 评论(0) 推荐(0)
摘要: 来自微信读书: https://weread.qq.com/web/reader/adb3241071d7c7c6adb07e4 import matplotlib.pyplot as plt from sklearn.datasets import make_blobs blobs=make_bl 阅读全文
posted @ 2020-09-22 15:29 redufa 阅读(411) 评论(0) 推荐(0)