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

1 次查看(过去 30 天)
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

采纳的回答

dpb
dpb 2016-7-14
Use char to convert to character string...

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Categorical Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by