technical error

hey guys am having an subscript mismatch index out of bound error can anyone help me with this ?

Answers (1)

per isakson
per isakson on 18 Jun 2012

0 votes

Do you use the debugger?
  • Put a break on the line that causes the error or
  • Tools | Debug | Stop if Error
  • Run the code
  • At the break inspect the values of the index (maybe it's zero)

Products

Asked:

on 18 Jun 2012

Community Treasure Hunt

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

Start Hunting!