-
1 Comment
Varoujan
on 2 Jun 2015
Keeps failing test 5 because pretty much all Matlab functions treat \t as space. Tried strtrim(a), isspace(a(i)) = 1, textscan(a,'%s').
The only thing that picks it up is isequal(a(1),' ') = 0. So, only brute force loop can pass test 5.
Not worth the effort.
Suggested Problems
-
1209 Solvers
-
Arrange Vector in descending order
11888 Solvers
-
Back to basics 8 - Matrix Diagonals
933 Solvers
-
487 Solvers
-
508 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!