Beantwortet
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 ...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
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,...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 7 Jahre vor | 0

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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 ...

etwa 8 Jahre vor | 1

| akzeptiert

Frage


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...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort