
Cheatsheet
海遥Skeate
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Cheatsheet] Introduction to MATLAB
目录1. 基础指令2. 变量2.1 类型2.2 数字类(numeric)变量2.2.1 类型2.2.2 array(double类)2.3 字符类(character)变量2.4 逻辑类(logical)变量2.5 结构类(structure)变量2.6 单元格(cell)变量2.7 function handler3. 读写文件3.1 `.m`类Matlab文件3.2 `.csv`与`.xls...转载 2019-12-21 13:22:30 · 381 阅读 · 0 评论 -
[Cheatsheet] Introduction to Data Analysis with R
This is a final review of Introduction of Data Analysis with R. Basic notation command explanation example Inf infinity 1/0=Inf NaN not a number 0/0=NaN variable type explanation example ...原创 2019-12-15 20:17:54 · 1447 阅读 · 0 评论