How to change columns width in uitable

2 visualizzazioni (ultimi 30 giorni)
Ayman Abdalla
Ayman Abdalla il 12 Gen 2021
Modificato: Adam Danz il 15 Gen 2021
I want to reduce the width of [product emissions (kg co2eq)] By writing it in vertical way such as [Product . Emission . (kg co2eq)]
  1 Commento
Ayman Abdalla
Ayman Abdalla il 12 Gen 2021
I tried to type it 'Product\n Emissions\n (Kg CO2eq)\n ' but it doesn't work

Accedi per commentare.

Risposte (1)

Adam Danz
Adam Danz il 12 Gen 2021
Modificato: Adam Danz il 15 Gen 2021
Set multiple rows of ColumnName strings,
uit.ColumnName{3} = sprintf('Product\nEmissions\n(Kg CO2eq)\n'); % uit is the uitable handle

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by