Answered
How to make a live plot with changing variables
Hello Yuanhang, To create a live plot that visualizes the solution of the differential equation dy/dt = a * y using the Forwa...

9 months ago | 0

Answered
Cannot get simulink files to open?
Hi Carolyne, This issue might be arising due to one of the following reasons:- Confirm Compatibility: Ensure that you have the...

1 year ago | 0

Answered
How to remove the build summary while using slbuild?
Hi Ayush, One hacky way to do this is to use the evalc function outside the slbuild function. You can use it in the following m...

1 year ago | 1

Answered
How do I write an x with a dot over it on my graph legend?
Hi Nasir, You can set the dot over a variable on your graph as a legend using the following method:- t = [0, 1, 2, 3, 4]; % T...

1 year ago | 2

Answered
Recursive directory search for all models
Hi Rohit, Instead of writing a recursive function to get all the models of a directory, you can use a simple regex match. The l...

1 year ago | 1

Answered
How to write a class with validators such that I can specify the default values?
Hi Sameer, There are 2 ways to do this as follows: 1 - You can specify it by assigning a default value along with the validato...

1 year ago | 1

| accepted

Answered
How can I find what data types are present in a simulink model without checking the output data type of each model?
Hi Harsh, You can follow the steps I have mentioned below : 1 - Go to the debug mode tab in Simulink. 2 - Open Information ov...

1 year ago | 1

| accepted

Answered
I want to extract rows from my matrix that have a specific value in the second column.
Hi Philip, We can use logical indexing to select only the rows where the second column has a value of 1. The below code can sol...

1 year ago | 3

Answered
simulink not running with no error showing
Hi, there could be few issues with your model. Here are some of the ways you can try to look into:- Check your model configura...

1 year ago | 2

Answered
How to export test manager results to a CVT file programmatically?
Hi Nikhil, The sltest.testmanager.exportResults function you mentioned is the recommended way to programmatically export test r...

1 year ago | 1

Answered
The use of SLDV with temporal specifications.
Hi Hassan, Yes, SLDV (Simulink Design Verifier) can be used for test case generation, even when temporal specifications are han...

1 year ago | 1