MATLAB: Can’t I promote the “file name” field of a subsystem reference to the mask of a subsystem containing this block

maskpromotesimulinksubsystem reference

Hi,
I have a subsystem containing a subsystem reference. I would like to specify the file name using the mask of the main subsystem. I tried the following two things:
  • promote the field to the mask using the promote object (worked fine for a model reference, but using a model reference is unsuitable for a number of reasons, most importantly because I want the referenced subsystem to be calculated by the same solver options as the main model). Although many parameters of the subsystem reference are promotable the file name appears not to be so.
  • fill the file name field with a variable name of a mask parameter. Just like using mask parameters in gain blocks and the like I tried using a mask parameter to fill the file name field. This just results in an error in the subsystem reference saying "not found".
Is there any solution or workaround for my problem?
Thanks in advance you for your support.
Kind regards,
Martin Silge

Best Answer

As far as the 19b workflow is considered, a simple filename promotion is not possible to the mask of the subsystem. Either you can use variant subsystem instead or you can workaround attach in 3 files.
In main model a Subsystem is there and with in that a Subsystem refrence. keep all the files inside Subsystem refrence and promote Label mode active choice on subsystem.
Hope this will help you.