Community Profile

photo

Bryan Wilson


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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).*... ...

5 years ago | 1 answer | 1

1

answer

Answered
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 ...

7 years ago | 0

Question


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...

7 years ago | 2 answers | 0

2

answers

Question


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...

7 years ago | 1 answer | 0

1

answer