Clear Filters
Clear Filters

I have a gui slider that calls a value from an array that gets the error 'Index in position 2 is invalid. Array indices must be positive integers or logical values.' when trying to update a textbox which causes my gui to not work.

1 view (last 30 days)
I have attached my code so you can see where it is going on. Line 96 is where the code stops working when trying to update the text with the array indices.
  7 Comments
Thomas Firsich
Thomas Firsich on 15 Jun 2018
I am getting now just a weird error at certain values of the slider...4,6,7,8,9,etc...I am attaching the error and proof that the slider values are integers before it is passed on to the function.
Adam
Adam on 15 Jun 2018
Those are not necessarily integers, depending how you formatted the output. Normally an integer would not trail a load of 0s unless it has some small error a long way down the decimal places.
You can just use
doc round
if you are happy that the errors are just minor rounding errors rather than something more significantly wrong.

Sign in to comment.

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!