Using 'unstack' with 2019b leading to change in variable names

I am using unstack for a table in MATLAB, in the new table it converts variable names to matlab readable format i.e. replaces period( . ) wth underscore ( _ ), I tried a lot looking over for alternatives for eg use 'VariableNamingRule' as 'preserve' but that doesn't work giving me error 'VariableNamingRule is not a valid parameter for unstack', I took this from official website https://www.mathworks.com/help/matlab/ref/unstack.html but nothing seems to help.

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 1월 9일
편집: Cris LaPierre 2021년 1월 9일

0 개 추천

That Name-Value pair was not introduced until R2020a. You appear to be using R2019b. You can see your release-specific documentation page here:
You will need to update to at least 20a if you want to use this setting. There is no workaround for 19b.

카테고리

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

제품

릴리스

R2019b

태그

질문:

2021년 1월 9일

편집:

2021년 1월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by