rob
King's College London
Followers: 0 Following: 0
Statistics
All
RANK
39,268
of 300,840
REPUTATION
1
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 21,092
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Printing string as a variable
I have a table (mytable)with 'm' rows and I am trying to add multiple empty columns with names that are in ascending numerical o...
8 years ago | 1 answer | 0
1
answerAnswered
Indices of highest values in a vector when values are repeated
I was able to find a solution with assistance form a comment posted elsewhere: thresh = 0.5 B = sort(A,1,'descend') ...
Indices of highest values in a vector when values are repeated
I was able to find a solution with assistance form a comment posted elsewhere: thresh = 0.5 B = sort(A,1,'descend') ...
8 years ago | 0
Question
Indices of highest values in a vector when values are repeated
Hi, I have used the following code to find the top 50% highest values in vector A: top = round(0.5*length(A)) c = fl...
8 years ago | 1 answer | 0
1
answerQuestion
Replacing only certain instances of text within matlab character array
I have a large character array in matlab: 'lineDataA' - containing many different numbers. I would like to find and replace...
9 years ago | 1 answer | 1

