답변 (1개)

Walter Roberson
Walter Roberson 2021년 2월 15일

2 개 추천

Use a uifigure() that contains a uitable() that you set the 'Data' to the table() object. In this case you can use the characters ² and ³ and ã and ú in the text.
Or, use a figure() that contains a uitable() that you set the 'Data' to a cell array of character vectors. In this case to get the raised 2 and 3 you would need to code those using HTML2 such as
<HTML>T<SUP>2</SUP + 1
and overal it is a pain. You might not be able to get the accented characters... that would have to be investigated. You would use HTML entity numbers if you can get them at all, like &#xc0;

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

태그

질문:

2021년 2월 15일

답변:

2021년 2월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by