摘要: 如何在Photoshop中创建工作路径?_百度知道 PS创建一个新的路径 阅读全文
posted @ 2022-03-31 22:46 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/03b2f78c43af981fa337ae57.html 非常好! 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: str(1).zfill(3) Python 数字转 字符串,补零 补0 zfill 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1、 2、 钢笔工具中选择↓ 3、框选 4、移动 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://towardsdev.com/how-to-not-misunderstand-correlation-75ce9b0289e 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要: matlab 保存变量 1、 save a.mat A 2、 3、 save("neuron.mat", "neuron"); 保存多个变量到一个mat中: save("neuron.mat", "neuron", "neuron1", "neuron2"); 4、加载 load("neuron.m 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Preview 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(48) 评论(0) 推荐(0) 编辑
摘要: x = randn(6,1); y = randn(6,1); A = [x y 2*y+3]; R = corrcoef(A); 如何保存mat文件 阅读全文
posted @ 2022-03-31 16:44 bH1pJ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Pairwise Correlation的定义是啥?配对相关性?和pearson correlations有什么区别? Pairwise Correlation顾名思义,用来计算两个变量间的相关性,而pearson correlations只是计算相关性的一种方法罢了。 1、pearson相关系数: 阅读全文
posted @ 2022-03-31 15:22 bH1pJ 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 太牛了 1、新建图层,并选中; 2、ctrl + shift + alt + E; 3、奇迹出现; 阅读全文
posted @ 2022-03-31 11:40 bH1pJ 阅读(148) 评论(0) 推荐(0) 编辑