photo

Carver Nabb


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
20,087
of 300,429

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
2

RANK
 of 20,976

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,781

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

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

7 years ago | 1 answer | 2

1

answer