From: kelc garing on
and just to make things better( this might tie into what you are talking about, but confuses me) when i try and run the code this error message comes up:
??? Error: File: draw_board.m Line: 6 Column: 13
Expression or statement is incorrect--possibly unbalanced (, {, or [.
and i dont believe that it is unbalanced . . .?
thanks again for all your help
From: Nathan on
On Apr 9, 2:14 pm, "kelc garing" <dunkitspikei...(a)msn.com> wrote:
> im not sure i see whats wrong with (a,b,:)==0
> and i thinks it supposed to be a 3d matrix because then image can be used

Have you tried running your code?
It will tell you that (a,b,:) == 0 is not proper syntax.
Can you tell me what you expect (a,b,:) == 0 to do?


Again, I will repeat my question:
How do you view one value of a matrix?

-Nathan