| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
ind = subsindex(A)
ind = subsindex(A) called by MATLAB for the expression X(A) when A is an object, unless such an expression results in a call to an overloaded subsref or subsasgn method for X. subsindex must return the value of the object as a zero-based integer index. (ind must contain integer values in the range 0 to prod(size(X))-1.) Call subsindex directly from an overloaded subsref or subsasgn method.
MATLAB invokes subsindex separately on all the subscripts in an expression, such as X(A,B).
![]() | subsasgn | subspace | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |