Feeds
提问
Converting a cell array to a multidimensional array
I have a 1xK cell array of MxN doubles. I need to covert it to a multidimentional array of NxMxK doubles. I should be able to do...
4 years 前 | 1 个回答 | 0
1
个回答提问
Using strjoin on each row of NxM cell array
I have NxM cell arrays of text and I need to use strjoin across each row, with an underscore as the delimiter. I think I need ce...
4 years 前 | 1 个回答 | 0
1
个回答提问
Problem with piece-wise function with logical indexing.
I created the following piece-wise fuction using logical indexing. %Piece-wise function F = @(coef,t) ((t < 0).*... ...
7 years 前 | 1 个回答 | 1
1
个回答已回答
Querying rows in a table, specific scenario
I got this to work. If you can find a more elegant solution, I'll accept your answer. %Create new column for Route+Surface ...
Querying rows in a table, specific scenario
I got this to work. If you can find a more elegant solution, I'll accept your answer. %Create new column for Route+Surface ...
9 years 前 | 0
提问
Querying rows in a table, specific scenario
I have road noise data in a table and I need to query it down to a *balanced* data set for analysis. For example, I only need Ro...
9 years 前 | 2 个回答 | 0
2
个回答提问
Return the table column # containing the maximum value in a row
In my table, |T|, columns 14 through 27 contain numeric data. I want to find the maximum value in each row and then return the a...
9 years 前 | 1 个回答 | 0

