已回答
Update rate sensors synthetic data Simulink example
Hey @Nikky, Based on the multiObjectTracker class definition and its functionality, it is designed to effectively handle asynch...

5 months 前 | 0

已回答
Multiple input to a function under the handler?
Hey @Arman Petrosyants, When the process noise is included in the state vector (i.e., HasAdditiveProcessNoise is set to true), ...

5 months 前 | 0

已回答
Problem running updated roadrunner in Matlab R2023a
Hey @Nastaran Saberi, It appears there is a conflict between using the standalone version of RoadRunner with its specific updat...

5 months 前 | 0

已回答
Error in the Track Fusion
Hey @Muzaffer Citir, That is a great observation. It is correct that detectAndTrack() outputs tracks in the vehicle coordinate ...

5 months 前 | 0

已回答
Difference between 'trackingUKF' and 'unscentedKalmanFilter'
Hello @CarlijnB6, Both the trackingUKF and unscentedKalmanFilter functions in MATLAB implement the Unscented Kalman Filter (UKF...

5 months 前 | 0

已回答
Road extraction from a map to MATLAB
Hi @Asmaa, The approach described is well-suited for R2020b. Importing the OSM file into Driving Scenario Designer and exportin...

5 months 前 | 0

已回答
Error when package Custom Scenes through Unreal Editor
Hello @CHUAN-YU YAN, This error was encountered during the migration from R2020a to R2020b. In R2020a, "Simulation3DInterface.l...

5 months 前 | 0

已回答
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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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...

5 months 前 | 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,...

5 months 前 | 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...

5 months 前 | 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...

6 months 前 | 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:...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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 ...

6 months 前 | 1

已回答
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...

6 months 前 | 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...

6 months 前 | 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 ...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 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...

6 months 前 | 0

加载更多