xPC Target Re-download without re-build
10 views (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
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
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!