APP DESIGNER ERROR: Index exceeds the number of array elements (14).

2 visualizaciones (últimos 30 días)
Irem ERSIN
Irem ERSIN el 11 de En. de 2021
Editada: Irem ERSIN el 11 de En. de 2021

Respuestas (1)

Cris LaPierre
Cris LaPierre el 11 de En. de 2021
Follow the steps provided in this answer to determine the issue.
  3 comentarios
Cris LaPierre
Cris LaPierre el 11 de En. de 2021
What are you trying to accomplish?
Sorted list is a string array containing a single element. You appear to be trying to index it like it is a numeric vector. Don't convert it to a string until you are ready to write it back to the edit field.
Irem ERSIN
Irem ERSIN el 11 de En. de 2021
Editada: Irem ERSIN el 11 de En. de 2021
I want to find i'th smallest element in the array.

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by