필터 지우기
필터 지우기

write table on screen

조회 수: 5 (최근 30일)
aldo
aldo 2023년 7월 9일
댓글: Walter Roberson 2023년 7월 10일
I should write some data in an excel format (table) but displayed on the monitor Each box is different from the others (example: a1= number but a5= string) as in the example
What class (table...) do you recommend me to use

답변 (2개)

Vilém Frynta
Vilém Frynta 2023년 7월 9일
I'd use table, where you can store all the info on your picture. In MATLAB, you can convert most of the information from one data type to another, so for example you can convert string to numbers and vice–versa. So, you can store everything as a string for example, but if numbers are needed for calculation, you can convert strings into doubles.
This is just general idea. Might suit your project as well but depends on all your needs and plans.
  댓글 수: 2
aldo
aldo 2023년 7월 10일
it's possible to color all cell in white?
Walter Roberson
Walter Roberson 2023년 7월 10일
You could try addStyle with BackgroundColor set to white -- that might perhaps override the alternate-rows shading that happens by default.

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2023년 7월 10일
Create a cell array and use writecell
  댓글 수: 1
aldo
aldo 2023년 7월 10일
i don't want to write in excel...i want display it in app designer table

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by