- 博客(4)
- 收藏
- 关注
原创 matlab——基础绘图
matlab——基础绘图Basic Plottingplot()plot(cos(0:pi/20:2*pi));hold on/offhold on %保留图形plot(cos(0:pi/20:2*pi));plot(sin(0:pi/20:2*pi));hold off %消除图形plot style可在command wind...
2019-04-17 11:02:52
463
原创 matlab——变量与档案存取
matlab——变量与档案存取matlab data (variable) typesdoubleA=20; % A为default doubleintB=int8(20); % B为int8chars1='h'whos % variable information:s1 2 bytes char型uint16(s1) % s1的A...
2019-04-14 20:48:51
517
原创 matlab——结构化程式与自定义函数
matlab (03)结构化方程式与自定义函数script writingnew script:某一句变注解:前面加%一大段变注解:选中后右键"comment" ; 取消注解 :右键"uncomment"划区块: %% 执行区块: run section执行全部 :run自动缩排 :选中右键"smart indent"Structured program...
2019-04-14 19:27:20
355
原创 matlab——基本操作与矩阵输入
matlab(02)基本操作与矩阵输入Matlab as calculatoroperators priority: ( ) > ^ > * , / > + , -不要用bulit-in function name 或者 keyword 当作 variable nameformat long : 保留15位小数format longE :保留15位小数且显...
2019-04-14 10:34:14
398
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人