Community Profile

photo

NiallH


Last seen: 2 years ago Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

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

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

8 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

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

8 years ago | 2 answers | 0

2

answers