NALLARASU KRISH
Followers: 0 Following: 0
Statistics
RANK
202,777
of 295,569
REPUTATION
0
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Too many input arguments error when cell2mat and mean functions are used
I have five cluster data saved in my cell array iniclu. Each row of cell array contains varying number of columns such as 23 27 ...
9 months ago | 2 answers | 0
2
answersQuestion
Circular shifting or rotating structure of array elements
I have a structure of array of size 1x3 containing x and y coordinates as follows. 4 8 20 24 5 15 I want to shift the third ...
9 months ago | 4 answers | 0
4
answersQuestion
Ensuring each node becoming as CH exactly one time in LEACH
I am implementing my LEACH protocol. I want each of 100 nodes become as a CH exactly one time or in one round among 100 rounds. ...
9 months ago | 1 answer | 0
1
answerQuestion
Creating 25 x 2 matrix with each row range is 20
i want to occupy 1 to 500 in a matrix of size 25x2 with range of each row is 20. First row contains [1 20], second row contains ...
9 months ago | 1 answer | 0
1
answerQuestion
Processing cell arrays as a batch instead of one by one
i have 3 x 50 cells of cell array. i want to read those 50 cells row by row at a stretch and writing into a txt file. After exec...
9 months ago | 2 answers | 0
2
answersQuestion
fprintf function writes irrelevant data into my file
I wants to write meas matrix of Iris dataset into a txt file in three iterations, with each iteration writing 50 rows or data po...
9 months ago | 2 answers | 0
2
answersQuestion
File processing dat file returns error
I have a dat file iris.dat containing Iris dataset. I wants to remove fifth column from the file by using the code below. But i ...
9 months ago | 1 answer | 0
1
answerQuestion
providing our own Initial cluster centroids to fcm function
I am able to configure number of clusters, number of iterations, m, and convergence value. But I do not know configuring initial...
9 months ago | 1 answer | 0
1
answerQuestion
What is the fourth array element denotes (specified as NaN in code below) in the input to fcm function of matlab 2019?
c = 3; m = 2.0; iter = 20; minImp = 0.00001; [centers U] = fcm(data,c,[m,iter,minImp,NaN])
9 months ago | 1 answer | 0
1
answerIs it available to change the end of a loop for inside it?
In MATLAB, end condition of a for loop cannot be updated or changed within the for loop. Once it is set during the start of the ...
1 year ago | 0
Error:Field and value input arguments must come in pairs
When you create or modify struct in Matlab, you may ensure that the number of fields be in even number.
2 years ago | 0