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

2 visualizzazioni (ultimi 30 giorni)
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!

Risposte (1)

Walter Roberson
Walter Roberson il 2 Mag 2017
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 Commenti
Amy Chen
Amy Chen il 2 Mag 2017
I have all the toolbox for simulink added on.
Walter Roberson
Walter Roberson il 3 Mag 2017
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.

Accedi per commentare.

Categorie

Scopri di più su Verification, Validation, and Test in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by