Statistics
0 Questions
129 Answers
RANK
663
of 298 401
REPUTATION
114
CONTRIBUTIONS
0 Questions
129 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
15
RANK
of 20 583
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161 090
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
SimEvents - Block Exit based on external status
Hey @Marc Elpel, Controlling the release of entities based on specific conditions can be accomplished using an Entity Gate bloc...
6 dagar ago | 0
Is it only possible to generate task execution time information for a subsystem with SIL while using a test harnish?
Hey @Philipp, There are two main methods available for setting up SIL (Software-in-the-Loop) or PIL (Processor-in-the-Loop) sim...
7 dagar ago | 0
SimEvents access class/object in MATLAB
Hey @Thomas Briggs, An object for a custom class can be created and its corresponding method can be called within the MATLAB ac...
7 dagar ago | 0
How to Generate Multiple Entities at Time 10 (sim events)
Hey @Muhammad Asad Hanif, Here is an explanation of the code mentioned in the query. The variable 'dt' represents the intergene...
8 dagar ago | 0
How to simulate Stateflow with temporal and event elements
Hey @Matthew Johnson, The example demonstrates how the behavior of a Stateflow chart changes based on whether messages, events,...
8 dagar ago | 0
How to get Number of entities in block in Event action?
Hey @Weiming, It appears that accessing statistic variables directly from within the Events Actions tab is not explicitly docum...
9 dagar ago | 0
Signal names in code-generated files contain random suffixes appended to it.
Hey @Mihir, The naming of variables and functions in the generated C code is influenced by the naming rules set within the Iden...
15 dagar ago | 0
how i can find the number of state variables?
Hey @meng fowler, Here's a helpful image from MATLAB's documentation for a MIMO state-space system: System Equation: Image:...
15 dagar ago | 0
Matlab connect command for dynamical systems
Hey @alessio bocci, When using the connect command, a message like "<> states removed" indicates that the command has automatic...
15 dagar ago | 0
How can I observe an entity passing from one block to another?
Hey @Arshya Feizi, To generate a pulse signal each time an entity passes through the top path, an Entity Server combined with a...
15 dagar ago | 0
I'm using Simevents and can't change the random seed in the Event Generator.
Hey @Andrew Rutter, A variable in the base workspace can be used to store the seed value and then applied within the Entity Gen...
15 dagar ago | 0
How do I automatically export Simulink Test Data from the test manager with a script
Hey @Kamal, The signals under the Sim Output section in the Test Manager can be accessed as a Dataset and utilized as needed. H...
16 dagar ago | 0
Scope an event output from stateflow chart
Hey @Marcello Ranucci, A Stateflow output event has a property called Trigger, which can be configured as follows: To specify ...
16 dagar ago | 0
UDP Receive in DESKTOP REAL-TIME
Hey @yamamoto, The issue you're experiencing might be related to the internal buffer of the UDP driver, which stores unread pac...
17 dagar ago | 0
When using Simulink Desktop real-time external mode, there is a serious delay and mismatch between the data sent by UDP to the FPGA hardware and the data received by UDP.
Hey @Jingchao Li, The issue might stem from the internal buffer of the UDP driver, which stores unread packets until it reaches...
17 dagar ago | 0
Connect line using add_line command to same port connections
Hi @Tommy, You're on the right track. Here are a couple of points to consider from the approach being used. The current script ...
17 dagar ago | 1
How to get a dynamics model to solve completely and use its outputs in a Simulink model, all in one simulation?
Hey @Joseph Pinkston, Since the controller hasn't been fixed yet, an MPC controller might be well-suited for your needs. At eac...
ungefär en månad ago | 0
Data and time dimensions are incompatible when running HIL
Hey there, @Happyness! When I encountered this issue, it seemed to occur sporadically. Here are a few strategies that might hel...
ungefär en månad ago | 0
Data and time dimensions are incompatible error message
Hey @Nicholas Matson, When I encountered this issue, it appeared to be sporadic. Here are some strategies that have been helpfu...
ungefär en månad ago | 0
How to change the pixel value and save it in DICOM format
Hey @mohd akmal masud, To observe the actual value at the (65,65,65) location, the following command can be used, which shows t...
ungefär en månad ago | 0
How to edit Harness editor input values for a (:,40) array of 40 values in signal editor?
Hey @Shriya, Indeed, one way to create input signals from expressions and variables is by using the Signal Editor. When selecti...
ungefär en månad ago | 1
Clear logged data during simulation
Hey @Ali Asghar Pourostad, To manage the size of logged data, various options are available depending on the method used for lo...
ungefär en månad ago | 0
running a simulink desktop real-time model as .m file
Hey @Ali Albaidhani, While more details about the model would help pinpoint the issue, here is a useful documentation page that...
ungefär en månad ago | 0
How to modify Create test case from External data option in test manager programmatically?
Hey @bhavyashree Shetty, The "Create test case from External file" checkbox mainly functions to show or hide the "File" edit fi...
ungefär en månad ago | 0
I am trying to create script for matlab test manager . I am not able to find handle for the checkbox "Create test case from External file" . I searched in setProperty function of test case but not able to find anything. Please help me with the issue
Hey @rohit sanket, The "Create test case from External file" checkbox primarily serves to toggle the visibility of the "File" e...
ungefär en månad ago | 0
In mapping inputs for Simulink test manger for test harness with model references the test manager asks to untick compile option. Is there a way to do this using scripts.
Hey @KOSHY THOMAS, The desired option can be found in the map method of the sltest.testmanager.TestInput class. To access the d...
ungefär en månad ago | 0
Simulink Real-Time SignalTable callback syntax examples
Hey @Scott, While there might not be explicit documentation on the expected syntax for the signal callback, here's a way to add...
ungefär en månad ago | 1
| accepted
How do you use when decomp sub steps with multiline logic statements?
Hey @Mike Schreiber, As highlighted in a MATLAB Answer, multi-line conditions in a when decomposition were not supported as of ...
ungefär en månad ago | 0
How can I verify my code ?
Hey @John, In MATLAB R2021b, various types of unit tests, such as script, function, or class-based tests, can be utilized to va...
ungefär en månad ago | 0
Can i perform SIL test using the simulink test tool for hand written code instead of auto generated one?
Hey @Sriram G, According to the documentation, it's possible to perform SIL testing on handwritten code. More information can b...
ungefär en månad ago | 0