Community Profile

photo

Juan Carrau


Last seen: 2 years ago Active since 2018

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


Pass m-function as parameter in m-function
So I want to pass an m-function(func2) as a parameter to another m-function (func1), so as that func1 can use func2 inside it. S...

2 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago