Nov 25, 2002 #1 SyrleneGroggia Electrical Joined Nov 25, 2002 Messages 1 Location CA Matlab "find" function can give 2D indices (i.e. row-column). I want to know if there is an equivalent "find" function for 3D (i.e. find row-column AND page) data cube?
Matlab "find" function can give 2D indices (i.e. row-column). I want to know if there is an equivalent "find" function for 3D (i.e. find row-column AND page) data cube?
Nov 26, 2002 #2 joe3 Agricultural Joined May 26, 2001 Messages 54 Location IL Hi, Yes, you have to combine 'ind2sub' with the 'find' command. See the help for 'ind2sub'. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001 Upvote 0 Downvote
Hi, Yes, you have to combine 'ind2sub' with the 'find' command. See the help for 'ind2sub'. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001