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

2 ビュー (過去 30 日間)
Danai Varvatsouli
Danai Varvatsouli 2020 年 6 月 1 日
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

回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by