Answered
Obtain Simulink Object Handle (or path) from slxmlcomp results?
There is no built-in way of getting the handle/path. As you mentioned, it is possible to reconstruct the path information given ...

6 years ago | 0

| accepted

Answered
Use set_param () to change the value of one parameter of multiple blocks without using a for-loop
The only alternative that I am aware of is using arrayfun like so: arrayfun(@(x) set_param(v, 'Value', '0'), v) However,...

6 years ago | 0

Answered
How can I set properties (e.g. backgroundcolor) of a Simulink Area programmatically?
The available properties for Simulink Areas are described here: <https://www.mathworks.com/help/simulink/slref/simulink.annotati...

6 years ago | 0

| accepted

Question


Simulink Report Generator XML Comparison Filtering
Simulink Report Generator's XML Comparison for comparing models provides 3 filters: "Hide Changes in Lines," "Hide Nonfunctional...

7 years ago | 1 answer | 0

1

answer

Answered
Clean up Simulink block diagram
Doesn't look like anything is built-in for Simulink. In 2017a there is "Stateflow Layout" which automatically improves the layou...

7 years ago | 0

Question


Can Simulink Report Generator XML Comparison be integrated with IBM Synergy?
I would like to use the model comparison to automatically compare what is in the repository to a local copy of the model. The do...

7 years ago | 1 answer | 0

1

answer

Answered
Why is model slice generation not supported with an inport as starting point?
I will answer my own question (somewhat). The reason for this is not known, however, SDV 2016a now allows inports to be used as ...

7 years ago | 1

| accepted

Question


How can you rename a submitted tool on File Exchange?
As a tool's functionality has evolved, the name is no longer accurate. However, there does not appear to be a way to rename a to...

8 years ago | 1 answer | 0

1

answer

Question


Why is model slice generation not supported with an inport as starting point?
Matlab 2015a introduced the Model Slice tool as part of SDV. Why is it that using an inport block as a starting point is not sup...

8 years ago | 1 answer | 0

1

answer

Question


Where are Expected Outputs of Test Generation in Simulink Design Verifier?
When performing test generation using SDV, in the options you can checkmark the option to "Include expected output values" of th...

9 years ago | 1 answer | 0

1

answer

Question


Checking disjointness of Stateflow truth tables?
Is there a diagnostic tool for Stateflow truth tables which does disjointness checking on the decision rules? I am aware of the ...

9 years ago | 1 answer | 0

1

answer