Feeds
提问
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 前 | 1 个回答 | 0
1
个回答已回答
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 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 1 个回答 | 1