
Altaïr
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Feeds
已回答
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 ...
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 ...
20 hours 前 | 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...
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...
23 hours 前 | 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...
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...
23 hours 前 | 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 ...
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 ...
1 day 前 | 0
已回答
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...
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...
18 days 前 | 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...
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...
18 days 前 | 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...
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...
18 days 前 | 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...
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...
19 days 前 | 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...
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...
19 days 前 | 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...
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...
19 days 前 | 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...
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...
20 days 前 | 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...
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...
20 days 前 | 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...
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...
20 days 前 | 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...
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...
21 days 前 | 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...
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...
21 days 前 | 1
| 已接受
已回答
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 ...
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 ...
21 days 前 | 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...
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...
22 days 前 | 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...
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...
22 days 前 | 0
已回答
How can I disable signal logging across an entire Simulink model except a dedicated library?
Hey @Ram Prasanth, The "Override Signal Logging Settings" option is useful for modifying the data logging properties of logged ...
How can I disable signal logging across an entire Simulink model except a dedicated library?
Hey @Ram Prasanth, The "Override Signal Logging Settings" option is useful for modifying the data logging properties of logged ...
22 days 前 | 1
已回答
ERROR IN PARALLEL COMPUTING HEAT EQUATION
Hey @Iqamatulhaq Rakayama, The use of a parallel pool is suitable when each iteration in a loop is independent and can be execu...
ERROR IN PARALLEL COMPUTING HEAT EQUATION
Hey @Iqamatulhaq Rakayama, The use of a parallel pool is suitable when each iteration in a loop is independent and can be execu...
25 days 前 | 0
已回答
add_line connection for to column cells
Hey @Tommy, Similar to your question at https://www.mathworks.com/matlabcentral/answers/2174846, I would like to modify my answ...
add_line connection for to column cells
Hey @Tommy, Similar to your question at https://www.mathworks.com/matlabcentral/answers/2174846, I would like to modify my answ...
25 days 前 | 1
| 已接受
已回答
How to create a drivingScenario based on openstreetmap with building information?
Hey @quanzhou yu, For creating roads using OpenStreetMap data, please refer to this example: https://www.mathworks.com/help/rel...
How to create a drivingScenario based on openstreetmap with building information?
Hey @quanzhou yu, For creating roads using OpenStreetMap data, please refer to this example: https://www.mathworks.com/help/rel...
26 days 前 | 0
已回答
Matlab using in sSimulink
Hey @Tommy, In the shared code, the line PH_AddCell{v}=get(AddCell(v),'PortHandles'); only stores port handles for blocks in th...
Matlab using in sSimulink
Hey @Tommy, In the shared code, the line PH_AddCell{v}=get(AddCell(v),'PortHandles'); only stores port handles for blocks in th...
26 days 前 | 0
已回答
Which testing scenario should be selected, for testing if the model's output and expected output is same.
Hey @Arepalli, The baseline test is particularly useful for comparing test harness results with baseline (reference/expected) d...
Which testing scenario should be selected, for testing if the model's output and expected output is same.
Hey @Arepalli, The baseline test is particularly useful for comparing test harness results with baseline (reference/expected) d...
26 days 前 | 0
| 已接受
已回答
How to add relative path file in Simulink Test Manager?
Hey @galaxy, Using a MATLAB project is an elegant approach for organizing work. A project can be created from a folder using th...
How to add relative path file in Simulink Test Manager?
Hey @galaxy, Using a MATLAB project is an elegant approach for organizing work. A project can be created from a folder using th...
27 days 前 | 0
已回答
Design Custom Criterias in Simulink Test Manager
Hey @Jakob Laurell, Upon opening the test file "AutopilotTestFile.mldatx," the names of the associated model and test harness b...
Design Custom Criterias in Simulink Test Manager
Hey @Jakob Laurell, Upon opening the test file "AutopilotTestFile.mldatx," the names of the associated model and test harness b...
27 days 前 | 0
已回答
Height or maximum length of utilizable simulink screen R2018b
Hey @Priya, In MATLAB R2018b, the limit seems to be [-32786, 32767], but in R2019a, this limit increased to [-1073740824, 10737...
Height or maximum length of utilizable simulink screen R2018b
Hey @Priya, In MATLAB R2018b, the limit seems to be [-32786, 32767], but in R2019a, this limit increased to [-1073740824, 10737...
28 days 前 | 0
| 已接受
已回答
UAV Path Following Path Switching Problem
Hey @Muhammed Emin Yavuzaslan, In the carrot chase algorithm, I assume that (XM0, YM0), and (XT0, YT0) represent the current an...
UAV Path Following Path Switching Problem
Hey @Muhammed Emin Yavuzaslan, In the carrot chase algorithm, I assume that (XM0, YM0), and (XT0, YT0) represent the current an...
29 days 前 | 0
已回答
How to get Match Size Option for Simulink blocks in MATLAB 2022b
Hey @Sumit Kumar, The Match options, including Match Width, Match Height, and Match Size, can be found under the FORMAT tab. Th...
How to get Match Size Option for Simulink blocks in MATLAB 2022b
Hey @Sumit Kumar, The Match options, including Match Width, Match Height, and Match Size, can be found under the FORMAT tab. Th...
29 days 前 | 0
已回答
Comparison of two BUS signals, while replacing signals that exist in the second BUS into the first BUS, BUS handling with Matlab Functions
Hey @Ramón Tamino Uhl, To address the task of manually creating a bus, a MATLAB script can be employed to read element names fr...
Comparison of two BUS signals, while replacing signals that exist in the second BUS into the first BUS, BUS handling with Matlab Functions
Hey @Ramón Tamino Uhl, To address the task of manually creating a bus, a MATLAB script can be employed to read element names fr...
29 days 前 | 0