Alignment of Text in table

22 Ansichten (letzte 30 Tage)
Victor Dalosto
Victor Dalosto am 19 Apr. 2020
Kommentiert: Walter Roberson am 17 Apr. 2025
Hi, I want help in creating an app on a guide from Matlab.
I want to align the text from the 'Data' i input on a table in the center. Right now they are aligned on the right. Is there any way I can change this pattern via script or editing the information on its panel?
This is the only line calling the table:
set(handles.uitable_Bars_design, 'Data', Var_BarsDiameter);
Thanks in advanced

Antworten (1)

Rahul
Rahul am 17 Apr. 2025
  1 Kommentar
Walter Roberson
Walter Roberson am 17 Apr. 2025
Note that using uistyle() requires that the uitable() is parented to a uifigure(), which would be contrary to the original question about "creating an app on a guide"

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by