xPC Target Re-download without re-build

10 views (last 30 days)
Is it possible to download an existing application without re-building. Right now I always go to build then it downloads, I would like to be able to re-download without a re-build.

Accepted Answer

Arnaud Miege
Arnaud Miege on 27 Apr 2011
Yes, use load(target_object,'target_application') where target_application is the name of your *.dlm application (Simulink model). For more details, see the load function in the xPC Target documentation.
HTH,
Arnaud

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!