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

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!

Antworten (1)

Walter Roberson
Walter Roberson am 2 Mai 2017

0 Stimmen

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 Kommentare

I have all the toolbox for simulink added on.
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Verification, Validation, and Test finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 2 Mai 2017

Community Treasure Hunt

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

Start Hunting!

Translated by