-
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
-
344 Solvers
-
Back to basics 13 - Input variables
268 Solvers
-
Set some matrix elements to zero
565 Solvers
-
352 Solvers
-
1012 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!