Is there a way to make a column name in a uitable have superscript text?
    7 ビュー (過去 30 日間)
  
       古いコメントを表示
    
 headers = {'Depth | (m)','Thickness|(m)',' Velocity | (m/sec)','Unit Weight |... (kN/m^3)',' | PI',' | OCR','','Minimum Vs | (m/sec)','','Maximum Vs |... (m/sec)','Sigma (ln) | Velcity'};
set(handles.Profile_uitable,'ColumnName',headers);
I want the 3 in m^3 to be superscript but i cant find a way to make it work in the uitable coulumn name property.
0 件のコメント
回答 (1 件)
  Jing
    
 2013 年 3 月 29 日
        Try the html format for the names.
    headers = {'Depth | (m)','Thickness|(m)',' Velocity | (m/sec)','Unit Weight<br>... (kN) m<sup>3</sup>',' | PI',' | OCR','','Minimum Vs | (m/sec)','','Maximum Vs |... (m/sec)','Sigma (ln) | Velcity'};
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
			
	製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

