
Altaïr
Followers: 0 Following: 0
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Statistics
0 Questions
141 Answers
RANK
640
of 298.641
REPUTATION
120
CONTRIBUTIONS
0 Questions
141 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
16
RANK
of 20.635
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161.878
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
How can you assign entity attribute values from a changing variable (simeventes)
Hey @PONTUS NELLGÅRD, Variables in the base workspace can be accessed from the event actions of the Entity Generator. Additiona...
1 dag ago | 0
Entity ID for Entity Multicast
Hey @Ho Jung Kim, The Entity Multicast block is used to broadcast entities by cloning them and sending each copy with a specifi...
1 dag ago | 0
Poly line in ground truth labeling
Hey @Nada Selim, In the blog post Deep Learning for Automated Driving (Part 2) – Lane Detection, the term polyline refers to th...
2 dagen ago | 0
Problem in my script on MATLAB, theme: kinematic bicycle model, road extraction, Simulink
Hey @Asmaa, I think the function of interest is the trajectory function which is available in the Automated Driving Toolbox. It...
3 dagen ago | 0
Using Ground Truth for Object Detection - Error while running selectLabelsByGroup
Hey @Matt Hosini, The gTruth variable in the gTruthTraining.mat file is a groundTruth object, as described in the documentation...
4 dagen ago | 0
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...
4 dagen ago | 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), ...
4 dagen ago | 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 dagen ago | 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 dagen ago | 0
Difference between 'trackingUKF' and 'unscentedKalmanFilter'
Hello @CarlijnB6, Both the trackingUKF and unscentedKalmanFilter functions in MATLAB implement the Unscented Kalman Filter (UKF...
5 dagen ago | 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...
6 dagen ago | 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...
6 dagen ago | 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...
23 dagen 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...
24 dagen 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...
24 dagen 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...
25 dagen 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,...
25 dagen 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...
26 dagen 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...
ongeveer een maand 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:...
ongeveer een maand 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...
ongeveer een maand 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...
ongeveer een maand 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...
ongeveer een maand 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...
ongeveer een maand 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 ...
ongeveer een maand ago | 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...
ongeveer een maand 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...
ongeveer een maand 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 ...
ongeveer een maand 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...
ongeveer 2 maanden 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...
ongeveer 2 maanden ago | 0