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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

