필터 지우기
필터 지우기

Export Data Dictionary in previous version programmatically

조회 수: 9 (최근 30일)
Pierre Nowodzienski
Pierre Nowodzienski 2020년 1월 10일
답변: Nicolas Schoonbroodt 2020년 4월 30일
I would like to automate the MATLAB Project export to previous version.
In order to do so, I would like to extend the workaround provided here with data dictionaries as well. But I didn't find the function nor method to do it programmatically.
Thank you for any help.

답변 (1개)

Nicolas Schoonbroodt
Nicolas Schoonbroodt 2020년 4월 30일
Hi Pierre,
I don't know if you have found your answer since January, but I did found your question while searching myself for it. Digging a little bit deeper, I've found the method exportToVersion from the Simulink.data.Dictionary object.
There is a very short help page (help Simulink.data.Dictionary.exportToVersion), but basically this seems to work:
dd = Simulink.data.Dictionary.open("your_dic.sldd");
exportToVersion(dd, "some_folder/", "R2019a");
I hope we will have the opportunity to meet again soon.

카테고리

Help CenterFile Exchange에서 Manage Design Data에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by