Feeds
提问
Convert relational unknown data to matlab
How to set arrey of these elements: Array 1 : (0<=(x)<=4pi) or the opposite. Array 2 : (0>(2pi/10)>100) or the opposite.
5 years 前 | 1 个回答 | 0
1
个回答提问
Getting an error : In an assignment A(:) = B, the number of elements in A and B must be the same. with my multiple plotting code!
x= 0:0.01:pi; n= length(x); y= zeros(1,n); for plots = 1:3 if plots ==1 for k= 1:n y(k)= sign(x(k)); ...
5 years 前 | 2 个回答 | 0
