Community Profile

photo

Stuart Ellison


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Really easy one how to quickly repeat columns in an array
How do I repeat a column n times within an array to expand form 10x1 to 10x10? e.g. 1 2 3 4 5 6 7 ...

7 years ago | 5 answers | 0

5

answers

Question


How do I record a whole row of one array into another a specific row of another array
For example I have a loop in my code that produces an array e.g N+1 = [11 12 13 14 15] N+2 = [23 76 45 23 76] ...

7 years ago | 1 answer | 0

1

answer

Question


How do I limit the values in an array?
This should be an easy one. If I have an array with... 0.203 0.506 0.167 0.904 1.671 5.247 0.037 0.679 How do I ...

7 years ago | 2 answers | 1

2

answers