You do not have to change the picture, but the index - as the error message explains. Indicies start at 1 in MATLAB, such that "im3(217, 0)" is not valid. I guess that "im3(218, 1)" solves your problem.
Changing my image to logical or positive
2 次查看(过去 30 天)
显示 更早的评论
??? Attempted to access im3(217,0); index must be a positive integer or logical.
Can anyone teach me how to change my im3 to logical?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!