Problem 2585. How to reverse spdiags?
Solution Stats
Problem Comments
-
1 Comment
Paul Berglund
on 5 Oct 2014
% this problem is not guaranteed solvable
isequal(spdiags([eye(5) zeros(5)]),spdiags(eye(5)))
Solution Comments
Show commentsProblem Recent Solvers34
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14893 Solvers
-
4106 Solvers
-
Remove the two elements next to NaN value
619 Solvers
-
497 Solvers
-
198 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!