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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
