GUI array

4 visualizaciones (últimos 30 días)
Akshar
Akshar el 30 de Mzo. de 2012
Respondida: Matlab Pro el 24 de Jul. de 2025
how do i accept an array of data through the edit text box in GUI

Respuestas (1)

Matlab Pro
Matlab Pro el 24 de Jul. de 2025
  • Are you using GUIDE or AppDesigner to create your GUI?
  • The answer depends on dimentions of your array:
  • If it is 1D and short - you can simply write it to the textBox control
  • If it is big (or 2D or more) - than this is not the way to deal with it: instead : lets the user load a file (CSV/MAT /Text/XML) that contains the data and then parse it.
If you need a concice example: please feedback :-)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by