Why does it say "Undefined function or variable 'setTableTitle'?

조회 수: 2 (최근 30일)
Amy Chen
Amy Chen 2017년 5월 2일
댓글: Walter Roberson 2017년 5월 3일
Trying to add a title to a table and I found the function 'setTableTitle' on a mathworks page but doesn't work on matlab. Please help. Thanks!

답변 (1개)

Walter Roberson
Walter Roberson 2017년 5월 2일
setTableTitle is only for Simulink Verification and Validation.
MATLAB table() objects do not have a title. You can set the .Properties.Description field, but it is not displayed by default.
MATLAB uitable() objects also do not have titles.
  댓글 수: 2
Amy Chen
Amy Chen 2017년 5월 2일
I have all the toolbox for simulink added on.
Walter Roberson
Walter Roberson 2017년 5월 3일
Do you have the Simulink Verification and Validation product installed and licensed? https://www.mathworks.com/products/simverification.html ? What are you passing to setTableTitle? It needs to be passed a handle to a template.

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

카테고리

Help CenterFile Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by