How can I select all the nonzero elements of a matrix and give out a matrix?
1 次查看(过去 30 天)
显示 更早的评论
How can I select all the nonzero elements of a matrix and give out a matrix?
MatrixAo = find(MatrixA(:)~=0)
This only gives the indices back... Is there any better command?
Thanks a lot!
2 个评论
José-Luis
2012-10-26
And regarding your previous question: don't use globals, you will save someone (probably yourself) a world of hurt in the future.
采纳的回答
更多回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!