Feeds
질문
How to insert a element in matrix, after it is created?
I have matrix of A=[1 2 3 6 7 8 9]; i want to insert element 4 and 9, so my updated matrix is A=[1 4 2 3 6 7 9 8 9] please h...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Can someone explain me this code?
error=(nargchk(2,5,nargin))%number of input arguments if nargin < 5 h = zeros(length(A)); end Here length of A...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Fixed values of randn at starting?
I am using 'randn' function but on every run values is keep changing,how can i fixed that?
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
How to deploy nodes in random manner using Gaussian Distribution?
Like I have a network, I want to randomly deployed my nodes in that network using distribution named gaussian.
거의 9년 전 | 답변 수: 0 | 0