Can not use categorical string values to generate strings for title, Error: 'getVars' for input arguments of type 'categorical'

Hi All,
I have a list of categorical strings generated with table called "Sites". Now I would like to use these strings in a for loop to generate a titles and save figures.
tit=Sites(i)
title ([tit], 'fontsize', 14);
savefig(['Figures/Fig_',tit, '.fig'])
However I got the following error:
Undefined function 'getVars' for input arguments of type 'categorical'.
I even tried table2cell, still did not work. Does anyone know how to solve the problem?
Thank you
Bir

 채택된 답변

추가 답변 (0개)

카테고리

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

태그

질문:

2016년 7월 13일

답변:

dpb
2016년 7월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by