Clear Filters
Clear Filters

how to know which Simulink project my model belongs to ?

1 view (last 30 days)
hello,
I know it's possible to know which project a model belongs to by using the menu "File > Simulink Project > Show in project". I want to do the same in a script so is there a function for that ?
thanks
Laurent

Answers (1)

Laurent Dalbies
Laurent Dalbies on 9 Oct 2018
finally I've found my own answer. Use prj = simulinkproject to return the active project. Plenty of useful information in it.
Cheers.
Laurent

Categories

Find more on Create Large-Scale Model Components in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!