Alignment of Text in table

19 ビュー (過去 30 日間)
Victor Dalosto
Victor Dalosto 2020 年 4 月 19 日
コメント済み: Walter Roberson 2025 年 4 月 17 日
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

回答 (1 件)

Rahul
Rahul 2025 年 4 月 17 日
  1 件のコメント
Walter Roberson
Walter Roberson 2025 年 4 月 17 日
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"

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by