Problem 47290. Add 2 Vectors
Make a function add(A,B)
such that C = add(A,B) will return a third vector C where each term of C is equal to addition of term equivalent to A and B
ex- A = [1 2 3]
B = [2 6 7]
then, C = [3 8 10]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers118
Suggested Problems
-
9128 Solvers
-
16196 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
-
381 Solvers
-
Double all elements in the array
2121 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!