Community Profile

photo

Greg Dunphy


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Divide each element of an array by the corresponding element of another array
I have 2 cell arrays of numbers, e.g.: a = [1, 2, 3] b = [4, 5, 6] and I want to divide each element of a by the correspondin...

2 years ago | 1 answer | 0

1

answer

Question


Add variables calculated in a for loop into an array
I am trying to run a for loop where I call a 'caculate' function on each element of an array, and then save each new calculated ...

2 years ago | 2 answers | 0

2

answers