Find twice the length of a given vector.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers782
Suggested Problems
-
6989 Solvers
-
Determine Whether an array is empty
815 Solvers
-
Remove the two elements next to NaN value
710 Solvers
-
07 - Common functions and indexing 5
430 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
360 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
For test case 2: x=[1 2 3]; shouldn't the answer be norm(x) which is approximately 3.74?
"length" here refers to the number of elements - and yes, the problem description could be clearer.