String vector inside structure not read in Matlab R2014b

조회 수: 9 (최근 30일)
Elisa Lancini
Elisa Lancini 2019년 10월 2일
답변: the cyclist 2019년 10월 2일
Dear all,
I have a problem with a .mat file generated with Matlab 2018.
Besides other variables, it contains a structure with a string vector , which results empty [] when the .mat file is loaded on Matalb r2014b , but is read correctly by Matlab 2018.
The string vector has no empty values.
I would appreciate any idea on how to fix this problem
  댓글 수: 1
Stephen23
Stephen23 2019년 10월 2일
"I would appreciate any idea on how to fix this problem "
Strings were introduced in MATLAB R2016b. They are not supported on earlier versions.
If you must use an earlier version, then the solution is don't use strings.

댓글을 달려면 로그인하십시오.

채택된 답변

the cyclist
the cyclist 2019년 10월 2일
Strings were introduced into MATLAB in version R2016b, so I think you might need to convert those to a different type of object to work with it in R2014b.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by