D-P

博客园 首页 新随笔 联系 订阅 管理

2021年3月28日 #

摘要: ###本章内容十分多 第三章:Variables and Data access Data Types numeric:double、single、int8(16、32、64bit[integer])、uint8(16、32、64bit[unsigned]) double转成integer: A = 阅读全文
posted @ 2021-03-28 15:55 D-P 阅读(78) 评论(1) 推荐(0) 编辑

摘要: 第二章 APPLICATIONS OF MATLAB IN ENGINEERING MATLAB Script %:注解 %%:分节符 Relational Operators < <= > >= == ~=(not equal to) &&(and) ||(or) Script Flow if e 阅读全文
posted @ 2021-03-28 15:54 D-P 阅读(135) 评论(1) 推荐(0) 编辑

摘要: 第一章 基本操作 MATLAB as A Calculator operators: + - * / ^ 顺序: Parenthesis () Power (^) *or/ +or- 特殊的: sqrt();根号 exp();e为底的幂 log();e为底的对数 可以使用ans去减少单行的复杂程度 阅读全文
posted @ 2021-03-28 15:53 D-P 阅读(85) 评论(1) 推荐(0) 编辑

摘要: 由于Mooc上有关C 的课程并不是很全面,网络上有关于C 的消息过于杂糅,所以暂时停止C的学习,重启时间暂定,等什么时候需要的时候再做重启。 阅读全文
posted @ 2021-03-28 15:52 D-P 阅读(51) 评论(0) 推荐(0) 编辑