Problem 624. Get the length of a given vector
Given a vector x, the output y should equal the length of x.
Solution Stats
Problem Comments
-
8 Comments
This problem requires more than one Test Suite...Please improve.
nice
The explanation of this problem is a bit confusing. It can mean, that one should compute the length of the array itself or the length of a vector in a coordinate system. I saw what was meant looking at the tests. But before I was confused.
able to find the length using x = vector but code did not give the output the problem wanted
very quick!
Very fun problem
nice
Haha, it took me a couple of minutes to fully understand that it was the vector's element length and not the vector's magnitude that was needed. -.-'
Solution Comments
Show commentsProblem Recent Solvers10948
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15528 Solvers
-
Increment a number, given its digits
650 Solvers
-
Return unique values without sorting
925 Solvers
-
Remove the two elements next to NaN value
651 Solvers
-
Matrix with different incremental runs
502 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!