Move target data to new version of slrt after an upgrade

1 回表示 (過去 30 日間)
James Brown
James Brown 2018 年 4 月 4 日
回答済み: Jon Lobo 2018 年 7 月 4 日
After upgrading to a new version of Matlab/Simulink/SLRT, I'd like to port all my realtime targets into the new slrtexplr. Is that possible?

回答 (1 件)

Jon Lobo
Jon Lobo 2018 年 7 月 4 日
They should automatically be carried over through your MATLAB preferences.
If they are not for some reason, you can using slrtTargets = SimulinkRealTime.getTargetSettings('-all'); to store your target settings in a MATLAB variable. You can then save this to a MAT file.
From there, you can import the MAT file into the new version of MATLAB and use SimulinkRealTime.addTarget to add the different targets.
Again, I don't suspect you'll need to do that. They should come over through your MATLAB preferences (assuming your new MATLAB version is installed on the same computer your old one was).

カテゴリ

Help Center および File ExchangeTarget Computer Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by