Beantwortet
I want to run a loop through a matrix (28x1) that inputs variable from the loop into an expression.
Hi Jack, To store all the combinations of every triplets after performing the calculations, you can follow these steps in MATLA...

9 Monate vor | 0

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

10 Monate vor | 0

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

mehr als ein Jahr vor | 0

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

mehr als ein Jahr vor | 1

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

mehr als ein Jahr vor | 2

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

mehr als ein Jahr vor | 1

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

mehr als ein Jahr vor | 1

| akzeptiert

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

mehr als ein Jahr vor | 1

| akzeptiert

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

mehr als ein Jahr vor | 3

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

mehr als ein Jahr vor | 2

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

mehr als ein Jahr vor | 1

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

mehr als ein Jahr vor | 1