I am having some issues with copying the initial conditions from one masked subsystem to another. I need to do this because I am testing a number of neural networks. The parameters represent the initial conditions/preprocessed inputs which are different for each new network. These Values from the 'Parameters' section I need to copy from one model to another. I can't just copy the entire block since the structure of the source block is slightly different than the destination.
See destination below destination block.
See initial masked block:
The block is called NARX Neural Network in both models but the contents are not the same, however the mask parameters are the exact same just the values will change. When I use get_param for 'DialogParameters' I get:
These structs don't contain the actual values. I don't know what commands I should use to copy the source initial conditions and place them in the destination. I'm not sure what other relavant information I could include. The release is actually 2019a because of depricated simscape multibody elements in the model but that shouldn't effect this question I think compared to 2022a. Thanks in advance.