Answered
How can I stop the test execution if any test iteration or test case fails with Simulink Test?
Overview: You can accomplish this by editing the PreLoad callback, the PostLoad callback, and the Custom Criteria. The quick exp...

3 days ago | 0

| accepted

Answered
Is there a way to move task categories up or down by a single position in MATLAB Live Editor?
This feature does not currently exist. The development team is aware of this request. The current workaround is to drag and dro...

3 days ago | 0

| accepted

Answered
Does RoadRunner support Ubuntu 22.04 LTS?
RoadRunner R2024b and later support Ubuntu 22.04 LTS. View the link below for more information on the current release: RoadRunn...

3 days ago | 0

| accepted

Answered
Is it possible to set the DataTipTemplate property of an ErrorBar?
Setting the DataTipTemplate property for an ErrorBar is supported starting in R2019b: https://www.mathworks.com/help/matlab/ref/...

3 days ago | 0

| accepted

Question


Is it possible to set the DataTipTemplate property of an ErrorBar?
Is it possible to set the DataTipTemplate property of an ErrorBar plot? For example, I want to change the labels displayed in th...

3 days ago | 1 answer | 0

1

answer

Answered
Is the discount curve the same as the curve of yield to maturity for the "IRFunctionCurve" ?
In short, the discount curve is not the same as the curve of yield to maturity. The discount curve is the curve of discount fac...

3 days ago | 0

| accepted

Question


Is the discount curve the same as the curve of yield to maturity for the "IRFunctionCurve" ?
Is the discount curve the same as the curve of yield to maturity for the "IRFunctionCurve" ? IRFunctionCurve can generate three...

3 days ago | 1 answer | 0

1

answer

Answered
How can I use a test iteration script to set my test case to SIL mode?
You can use the below code to run your SUT in SIL mode during the iteration: info = sltest.harness.find(sltest_sut, 'Name', slt...

3 days ago | 0

| accepted

Question


How can I use a test iteration script to set my test case to SIL mode?
I would like to run a test iteration from the test manager that sets the simulation mode to "SIL" during the test iteration. I k...

3 days ago | 1 answer | 0

1

answer

Answered
How can I arrange execution order for runnables in an AUTOSAR Software Component?
Yes, you will need to configure execution order among the runnables inside the software component. The best way to ensure that t...

3 days ago | 0

| accepted

Question


How can I arrange execution order for runnables in an AUTOSAR Software Component?
Currently I’m designing AUTOSAR software component (SWC) using legacy model.  In my software component, every runnable uses...

3 days ago | 1 answer | 0

1

answer

Answered
How do I remove library link to blocks in the 'asbQuadcopter' model?
Here are the steps you need to take when you want to remove a locked library link to one of the MathWorks libraries: 1) Right-c...

3 days ago | 0

| accepted

Question


How do I remove library link to blocks in the 'asbQuadcopter' model?
I am looking at the 'asbQuadcopter' example model. I am saving the model as a new .SLX file so that I can change it and make a c...

3 days ago | 1 answer | 0

1

answer

Answered
Why does "parfor" always open a pool of 12 workers?
This syntax is used to specify a maximum number of workers used by the "parfor" loop, rather than an exact number. If the n...

3 days ago | 0

| accepted

Answered
How can I have tunable table and breakpoint parameters for a Look-up table block in a Reference Model?
Keeping the Table data and Breakpoints parameters tunable in a Reference Model has certain limitations. If the 'Detect loss of t...

3 days ago | 0

| accepted

Question


How can I have tunable table and breakpoint parameters for a Look-up table block in a Reference Model?
How can I have tunable table and breakpoint parameters for a Look-up table block in a Reference Model?

3 days ago | 1 answer | 0

1

answer

Answered
How can I load NaN or Inf data type to a Simulink model?
The "From File", "From Workspace" and "Inport" blocks in Simulink as of R2024b do not support non-finite values such as NaN and ...

3 days ago | 0

| accepted

Answered
Why do I receive the "clib" build error "The command line is too long"?
The Windows OS has a command-line limit of 32,767 characters. When building large projects, this limit may exceeded, especially ...

3 days ago | 0

| accepted

Answered
How do I set up MATLAB as the diff and merge tool for TortoiseGit?
TortoiseGit can be configured using the same instructions as for TortoiseSVN (TortoiseGit is heavily based on TortoiseSVN), whic...

3 days ago | 0

| accepted

Answered
How do I programmatically add custom content to headers and footers in a report in MATLAB 7.14 (R2012a)?
Currently, MATLAB Report Generator does not officially support inserting custom header content into reports dynamically (at run-...

3 days ago | 0

| accepted

Answered
How do I configuring a static IP address with Arduino MKR 1010 WiFi in MATLAB R2020b?
Currently, our Arduino support package does not provide this option. However, we can provide you the workaround with a patc...

3 days ago | 0

| accepted

Answered
How can I stop execution of a MATLAB script that is currently running?
The only way to interrupt a GUI process in MATLAB is to use event-driven programming methods. Event-driven programming uses 'cal...

3 days ago | 0

| accepted

Question


How can I stop execution of a MATLAB script that is currently running?
I have a GUI which has multiple algorithms, execution time may very long some of them, so user may want to stop and change the v...

3 days ago | 1 answer | 0

1

answer

Answered
How can I put multiple figures on the same line in MATLAB Report Generator 5.3 (R2017b)?
An inline figure snapshot component is not directly available in MATLAB Report Generator 5.3 (R2017b). You can use an invisible...

3 days ago | 0

| accepted

Answered
Are there any built-in functions in MATLAB to read and write MPEG files?
There are functions that have been introduced in MATLAB 7.5 (R2007b) such as MMREADER that can read MPEG files. To learn more ab...

3 days ago | 0

| accepted

Answered
Can I export very large MDLATX Files from Test Manager in Simulink?
The ability to export very large MDLATX files is not currently available in Simulink. I would propose the following options to w...

3 days ago | 0

| accepted

Answered
Can I change the "heat transfer coefficient" and the "Fouling factor" of the "Condenser Evaporator (2P-MA)" during the simulation?
The heat transfer coefficient model varies in the time since it is dependent on the "a", "b", and "c" coefficients of the Colbur...

3 days ago | 0

| accepted

Answered
Can I use a timetable object in the workspace as a bus inport/input in Simulink?
As of MATLAB R2020b, a timetable cannot be directly mapped to an inport bus, even though the structure of both may seem similar....

3 days ago | 0

| accepted

Answered
Can I split an inter-runnable variable (IRV) to an Output Port, so that it can be used by another software component (SWC)?
Simulink will generate C code and ARXML files correctly for this use case. The C code contains a call to copy the data to both ...

3 days ago | 0

| accepted

Question


Can I split an inter-runnable variable (IRV) to an Output Port, so that it can be used by another software component (SWC)?
In my design, there is a signal that transfers data between runnables (inter-runnable variable, IRV).  So it should be spec...

3 days ago | 1 answer | 0

1

answer

Load more