Community Profile

photo

Hema Aggarwal


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


Fixed values of randn at starting?
I am using 'randn' function but on every run values is keep changing,how can i fixed that?

7 years ago | 1 answer | 0

1

answer

Question


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.

7 years ago | 0 answers | 0

0

answers