Statistics
2 Questions
0 Answers
RANK
238,189
of 301,464
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Hi, I want to compare the values (Mixture of text and number) in a row and have to find the repetitions? I have mentioned my problem in detail below: Please help!
StudentIDs_List=[100,101,102,103,104,104]; [n, bin] = histc(StudentIDs_List, unique(StudentIDs_List)); Multiple_IDs = find(n...
9 years ago | 1 answer | 0
1
answerQuestion
Hi, For example If I give input as a= [-2,6,9,-1,11]; , I'm getting a correct output of ans = -3 7 10 0 12, but sometimes for other input vectors, for example a=[-2,7,11,-1,1.4]; I'm getting ans = 2 and many times output are not correct
% ---------A function to accept student marks as input .................... % .........and give them a corresponding grade a...
9 years ago | 1 answer | 0
