Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Problem with the gui and the table gui

1 Ansicht (letzte 30 Tage)
valerio auricchio
valerio auricchio am 5 Apr. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a problem to insert the vector returned by the function in a gui table. My table is named uiTable4.
  2 Kommentare
Dennis
Dennis am 5 Apr. 2019
Without any code, error message and no decription of the problem it is hard to help.
uiTable4=uitable;
vec=[1 2 3];
uiTable4.Data=vec;
Jan
Jan am 5 Apr. 2019
@valerio: What is your question?

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by