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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0