tinkiewinkie
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
196 438
of 295 467
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
90.91%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Counting elements in cell array
Hi suppose I have a column of different label of ant, cat, dog and fish formatted as cell in matlab, how do I count how many "an...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
How do I take repeat the calculation of average column?
Hi suppose I have the above data, how do I repeat the calculation for the average column of data 1, data 2 and data 3 respecti...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How do I sort a cell of data according to it's label?
Hi suppose I have the following data, how do i sort the following data in the order of stridor first followed by wheeze t...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How do the multiclass SVM model function 'fitcecoc' work?
Mdl = fitcecoc(X,Y) Suppose I have 4 classes as below: As seen from the table below, suppose for learner 1, the svm predicte...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How do I change the class label of the confusion matrix?
Hi suppose I used the code below and the class label of the confusion matrix is 1,2,3. How to I change the class label to 'apple...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How to choose 5 random rows from an array of 8 rows for 10 times and save the 10 results
Hi suppose I have an array of 8 rows as below: I wish to choose 5 random rows 10 times Suppose 6,4,8,7,2 is the first rand...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How do I relabel classes into one sub group?
Suppose I have 3 different classes below, how to I relabel 'versicolor' and 'virginica' into another class named 'abnormal' temp...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
How do I extract the rows that have value 0 in one array from another new array?
Suppose I have the following: How do I extract rows with zero value, example: row 1,9,10,11,12 from another new array? Thank...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
How can I select rows in an array based on the values in the first row of another array?
Hi suppose I have a column of values like : How do I select every other row that are not displayed in the rows above in anot...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
How do I generate 1000 random rows from an array only once, so that if I run the program again, it will still be the same set of randomly generated number previously
% Generate a matrix named foo foo = randn(10000,2); % draw 1000 random samples index = randsample(1:length(foo), 1000); bar ...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
How can I select rows in an array based on the values in the first column of another array?
Hi suppose I have a column of values like : How do I select rows in another array based on the array above, Example: row 46,...
nästan 5 år ago | 1 answer | 0