Borrar filtros
Borrar filtros

Storing data of the whole uitable into a variable

2 visualizaciones (últimos 30 días)
Gustav
Gustav el 3 de Nov. de 2023
Comentada: Gustav el 4 de Nov. de 2023
I am a beginner in Matlab and my teacher assigned us a task of creating an app where you can store matrices in different variables and then using those variables to conduct different operations(e.g. addition subtraction, multiplication and division). Currently I have only accomplished on inputing data into the uitable as a matrix via inputdlg and planning on adding a "Store" button to store the data from the uitable into a variable. Is there any way to store data from uitable in to a variable?
Here is my file for reference:
  3 comentarios
Gustav
Gustav el 3 de Nov. de 2023
May I know your suggestion as to what should I do to store the values inside the uitable into a variable?
Yeah its like creating a calculator for matrices.
Rik
Rik el 3 de Nov. de 2023
The contents of a uitable are stored in the data property, so var=obj.Data is all you need (where obj is the handle to your uitable, probably something like app.table).

Iniciar sesión para comentar.

Respuesta aceptada

Taylor
Taylor el 3 de Nov. de 2023
You can use public properties to access variables from an app outside of an app.
  1 comentario
Gustav
Gustav el 4 de Nov. de 2023
Thank you so much for this. So far the app is able to store values of the matrices from the uitable.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps 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