Clear Filters
Clear Filters

Error using matlab.int​ernal.tabl​eUtils.mak​eValidName (line 36)

1 view (last 30 days)
So I have made some tables without any problem so far and when i try to make a new one that includes some other tables I have this problem.
My new table that I'm trying to make is this one:
Erotimata=table(per3',thesi3',mean_agamoi',mean_eggamoi',mean_agames',mean_eggames',max_pli',max_ant',max_gun',min_pli',min_ant',min_gun','VariableNames',{'Perifereies','Theseis','Meses times Agamwn Antrwn','Meses times Eggamwn Antrwn','Meses times Agamwn Gunaikwn','Meses times Eggamwn Gunaikwn','Max kai twn 2','Max Antrwn','Max Gunaikwn','Min kai twn 2','Min Antrwn','Min Gunaikwn'})
It includes names, positions, mean, max and min values and matlab shows this sign,
'Meses times Agamwn Antrwn' is not a valid variable name.
Error in setVarNames (line 48)
[newnames,wasMadeValid] = matlab.internal.tableUtils.makeValidName(newnames,exceptionMode); % will warn if mods are made
Error in table (line 305)
t = setVarNames(t,vnames); % error if invalid, duplicate, or empty
Anyone know how to solve this?
I am using Matlab R2015a

Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!