photo

NiallH


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
206,831
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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 1

View badges

Feeds

View by

Question


Get indices for cells in an array that match a value, refer to the other column of data, put these into a new variable
I have m lots of 2 columns of data, length n, stored in a 2 x n x m array. [x] = 2 x n x m doubles I plot each data set ...

10 years ago | 1 answer | 0

1

answer

Question


How to create a list of number separated by commas (not a .csv list)?
I am looking to create a list held in a variable like the following: 1,2,3,4 I am currently using this instead: a =...

10 years ago | 1 answer | 0

1

answer

Answered
How do I split a (2 x n x m) list of doubles into two separate lists of doubles 2 individual (n x m) lists of doubles?
Turns out I had not typed this in correctly, that was all. Thanks to both of you

10 years ago | 0

Question


How do I split a (2 x n x m) list of doubles into two separate lists of doubles 2 individual (n x m) lists of doubles?
I have a list of doubles, 2 x n x m. I tried a 'for' loop with something like this: new_list_1 = [] for i = 1:n ...

10 years ago | 2 answers | 0

2

answers