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?

采纳的回答

Jan
Jan 2011-10-17
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by