Custom mask Simscape blocks
I created a custom simscape library with my own blocks using .ssc files. After compiling, Matlab generates a mask. However, I am only be able to add controls of type popup and edit (in the parameters section of the .ssc file). However, I would like to add different controls such as a link and table. As far as I know, this is not possible using the .ssc file, correct?
The idea is to create a custom mask on top of the "MATLAB" mask. I want to do this programmatically by "copying" the parameters of the MATLAB mask to the custom mask and add more controls. Is this possible?
If yes, should I do this with a sl_postprocess.m file for every block? I would appreciate an example.I created a custom simscape library with my own blocks using .ssc files. After compiling, Matlab generates a mask. However, I am only be able to add controls of type popup and edit (in the parameters section of the .ssc file). However, I would like to add different controls such as a link and table. As far as I know, this is not possible using the .ssc file, correct?
The idea is to create a custom mask on top of the "MATLAB" mask. I want to do this programmatically by "copying" the parameters of the MATLAB mask to the custom mask and add more controls. Is this possible?
If yes, should I do this with a sl_postprocess.m file for every block? I would appreciate an example. I created a custom simscape library with my own blocks using .ssc files. After compiling, Matlab generates a mask. However, I am only be able to add controls of type popup and edit (in the parameters section of the .ssc file). However, I would like to add different controls such as a link and table. As far as I know, this is not possible using the .ssc file, correct?
The idea is to create a custom mask on top of the "MATLAB" mask. I want to do this programmatically by "copying" the parameters of the MATLAB mask to the custom mask and add more controls. Is this possible?
If yes, should I do this with a sl_postprocess.m file for every block? I would appreciate an example. simscape MATLAB Answers — New Questions