Community Profile

photo

Ninad


Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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 ...

約2ヶ月 前 | 1

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

さらに読み込む