Community Profile

photo

Ninad


Last seen: etwa 2 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Hi, how can I connect a HIL read digital from Q8 data acquisition target so it can stop a simulink system?
Hi Lizbeth, I have attached a dummy Simulink Model "HILDemo.slx" to simulate a control system where a PID controller adjusts ...

etwa 2 Monate vor | 1

Beantwortet
RGB-Triplett - Matrix Error
Hi Alexander, The "scatter3" function expects the color matrix to have the same number of rows as there as data points to plo...

2 Monate vor | 0

Beantwortet
How can I use the Vehicle Network Toolbox to transmit CAN messages asynchronously
Hi Allen, You can use Event-Based CAN Message Transmission Behavior in Simulink. This feature allows for CAN and CAN FD mess...

2 Monate vor | 0

Beantwortet
Simulation error in Desktop Realtime.
Hi Abijith, As per my understanding, you are simulating a fixed time step model of a 4-wheeler autonomous vehicle in Desktop...

3 Monate vor | 0

Beantwortet
Using bagOfFeatures with RosBag data (storage efficiency)?
Hi John, I understand that you are using bagOfFeatures objects for feature recognition, and at least three copies of the sam...

3 Monate vor | 0

Beantwortet
How to get data from esp32 into matlab application and display in graphs in real time
Hi Alexander, I understand that you are trying to collect data from three different sensors connected to ESP32 and display i...

3 Monate vor | 0

Beantwortet
Uno Board Programming issue- It is taking over 15 mins to upload 200 lines of code seems like running forever
Hi Bhawya, I understand that you are unable to upload your code to Arduino Uno board and you need help to troubleshoot the is...

3 Monate vor | 0

Beantwortet
Dynamic wall constraint with MATLAB
Hi Federico, As per my understanding, you are developing a script to analyze the motion of a quadratic object inside a box, ...

3 Monate vor | 0

Beantwortet
PLC Code out of a Stateflow -> Code in the State gets translated as comment..
Hi Jannik, I understand that you are trying to generate PLC code from a Stateflow chart in MATLAB and the code in the state i...

3 Monate vor | 0

Beantwortet
Yalmip: sdpvar variable print issue
Hi Suman, As per my understanding, you are using "YALMIP" to solve an optimization problem. You have obtained an "sdpvar" ou...

3 Monate vor | 0

Beantwortet
How to create a USRP NI 2920 Transmitter object in MATLAB
Hi Sana, As per my understanding, you are working with a NI 2920 USRP and trying to send a PPM signal that you created earlie...

3 Monate vor | 0

Beantwortet
Reading HDF5 with dynamic filters
Hi Ben, As per my understanding you want to read an HDF5 file in MATLAB and you are unable to set HDF5_PLUGIN_PATH variable ...

3 Monate vor | 0

Beantwortet
Docker Mounted Volume not Writable
Hi Stephen, As per my understanding, you are attempting to run MATLAB/Simulink using a script within a Docker container and f...

3 Monate vor | 0

Beantwortet
Assistance Needed: Solving System of Equations in MATLAB
Hi Khadija, As per my understanding you want to solve the given equation using MATLAB. Equation 1: 280 = -0.017*X - 0.496*Y ...

3 Monate vor | 0

Beantwortet
MATLAB running slow when MATLAB is running on other machine
Hi Sarah, As per my understanding, you are trying to run MATLAB on two independent Linux servers that do not share any hardwa...

3 Monate vor | 0

Beantwortet
Passing binary sequence from matlab to simulink in scrambler
Hi Pratham, As per my understanding, you are trying to use the in-built Simulink "Scrambler Block" to scramble the input bin...

6 Monate vor | 0

Beantwortet
Simulink dashboard switch to control masked parameter
Hi Matthew, You may follow these steps to meet your requirement: Drag a "Slider Switch block" to a blank model. Connect it...

6 Monate vor | 0

Beantwortet
Error reported by S-function 'vs_sf' in 'EuroNCAP_PedAEB/CarSim S-Function':
Hi Roberto, The error message you are encountering suggests an issue with the “CarSim” solver configuration in Simulink. A...

7 Monate vor | 0

Beantwortet
i want coding to choose best cluster
Hi Seemant, The persistence method combined with Fuzzy C-Means clustering can be used to select the best cluster. I ...

7 Monate vor | 0

| akzeptiert

Beantwortet
How can I iteract a RGB Vector between a script and a GUI
Hi Jan, You can use the “setappdata” and “getappdata” functions to exchange color information between a MATLAB script and ...

7 Monate vor | 0

Beantwortet
How to plot extract one point values in mini graph within graph?
Hi Sandeep, As per my understanding you want to plot the y-values of lines 1 through 6 in the smaller subgraph for x=10. ...

7 Monate vor | 0

| akzeptiert

Beantwortet
How to fix error of didth of result when running simulink ?
Hi Ben, The error indicates an issue with the 'FuelSystem/Fuel_Control' block. It expects a 30-element output signal but p...

7 Monate vor | 0

Beantwortet
Problems with commands for model of hexacopter
Hi Anna, Please use the following command in the latest version of MATLAB command line i.e., ‘MATLAB R2023b’: px4demo...

7 Monate vor | 0

Beantwortet
Code to Create MDIF(MDF) file from S2P and S4P File
Hi, To create a Multi-Dimensional Interchange Format (MDF) file from S2P and S4P files in MATLAB, you can use the followin...

7 Monate vor | 0

Beantwortet
Return solve time of intlinprog
Hi James, As per my understanding you would like to find the solve time of a MILP problem solved using ‘intlinprog’ in MAT...

7 Monate vor | 0

Beantwortet
Is it possible to save multi agent weights to seperate files?
Hi, As per my understanding you would like to save the weights of a multi-agent model in a ‘.mat’ file. Each agent of the m...

7 Monate vor | 0

Beantwortet
How can I load Simscape Logging Node data in Python?
Hi Nicholas, As per my understanding, you want to know how to save the `simscape.logging.Node` object from matlab and retri...

7 Monate vor | 0

| akzeptiert

Beantwortet
In Simulink Callback How to Automatically Display a Table of results, like what one can do with figure; plot()
Hi Kathy, To display the results of a Simulink simulation as a table in a pop-up window, you can use the `uitable` function...

8 Monate vor | 0

Beantwortet
Circular array pattern elevation in GHz
Hello Michela, As per my understanding you are trying to use the `patternElevation` function to plot the `circularArray` obje...

8 Monate vor | 0

Beantwortet
Simulation of continuum robot in 2D
Hi Yen, As per my understanding, you wish to visualize the plot that you have created above. You may plot the graph in...

8 Monate vor | 0

Mehr laden