MATLAB (2)
Bar Plots
| 1 | x = -2.9:0.2:2.9; | 
Stairstep Plots
| 1 | x = 0:0.25:10; | 
Errorbar Plots
| 1 | x = -2:0.1:2; | 
Polar Plots
| 1 | theta = 0:0.01:2*pi; %angle | 
Stem plots
| 1 | x = 0:0.1:4; | 
Scatter plots
| 1 | load patients Height Weight Systolic %load data | 
부분분수 전개
| 1 | b=[-4 8]; %분자 | 
| 1 | r=[-12 8]; | 
ODE
| 1 | x=sym('x'); | 
Solutions of ODE
| 1 | syms x y; | 
