Feeds
提问
Displaying cells which have different sizes
Hi everyone. Lets say I have a cell. I tried different ways but I could'nt make it properly. Y{1,1}=['WATER'] Y{2,1}=2 Y{2,1}...
6 years 前 | 2 个回答 | 0
2
个回答提问
Add numbers into legend with for loop
clc; x=linspace(-180,180,200); xr=x*(pi/180); for (i=1:4) subplot(2,2,i) t=cos(i*xr); plot(x,t) axis([-1...
6 years 前 | 1 个回答 | 0
