photo

Carver Nabb


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Subtract one column from another unless NaN
I have a 100x4 double (data) with various NaN values throughout. 345 123 546 864 183 152 NaN NaN 842 NaN 238 945 NaN 283 965...

5 years ago | 3 answers | 0

3

answers

Question


Undefined function or variable 'isnan'
I am met with the error "Undefined function or variable 'isnan'" when running this code: %counter = 1:4 %a is a 220x4 cell %d...

5 years ago | 3 answers | 0

3

answers

Question


Find slope across columns of cell
I have a 220x4 cell (a) consisting of numerical data and would like to find the (linear) slope across the four values in row one...

5 years ago | 1 answer | 0

1

answer

Question


How to plot and fit a simple cell
I have a 1x220 cell (a) with each element being a 1x4 cell. I would like to plot the four elements of the 1x4 cells on the y axi...

5 years ago | 0 answers | 0

0

answers

Question


Create vector from elements of other vectors
I have 4 vectors a, b, c and d. I would like to create a vector v which in the first iteration i want to use the first element ...

5 years ago | 1 answer | 2

1

answer