photo

Deep


Last seen: Today Aktiv seit 2023

Followers: 1   Following: 0

Programming Languages:
C++, Javascript, MATLAB
Spoken Languages:
English, Hindi

Statistik

All
  • 3 Month Streak
  • Knowledgeable Level 3
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to turn off anti-aliasing in figure text (legend, axes label) on Matlab R2014b ?
Antialiasing for axes can be turned off globally as demonstrated in this MATLAB Answer: https://www.mathworks.com/matlabcentral/...

etwa 11 Stunden vor | 0

Beantwortet
Error Creating LCD Addon example
The attached code files have some deviations from the documented tutorial, which include: missing variable definitions missing...

etwa 11 Stunden vor | 0

Beantwortet
Error doing Arduino LCD Addon
The error being encountered is due to the constructor in the "LCDAddon" class requiring exactly 7 arguments. I have attached a s...

2 Tage vor | 0

Beantwortet
R2024b - simulink arduino support package for arduino
I encountered the same issue in MATLAB R2024b. To allow parameter changes while using "Monitor and Tune", go to Configuration Pa...

etwa ein Monat vor | 0

Beantwortet
TI Radar Toolbox with DCA1000EVM Connection - Continuous error occurs when attempting to connect with an Ethernet cable
Your network adapter and Windows Firewall settings indicate that the local IP address of your Windows machine is "192.168.33.30,...

etwa ein Monat vor | 0

Beantwortet
Is it possible to use undistortImage using a custom image I have?
MATLAB's "undistortImage" function requires accurate camera intrinsic parameters (https://www.mathworks.com/help/vision/ref/undi...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
Simulink Conversion from uint8 to ASCII/Char
The serial data is being sent as a string datatype, which is then interpreted as its ASCII values. It appears that you are using...

etwa ein Monat vor | 0

Beantwortet
Why does the mdlOutputs block in S-functions only execute when there is a change in the input values?
To clarify, “mdlCheckParameters” does not check for changes in inputs; it verifies the validity of the S-Function parameters. Pa...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
Remove scratches from binary image
Hi Adrian, To remove the unwanted scratches from a binary image while preserving other objects, we need to focus on the contour...

etwa ein Monat vor | 0

Beantwortet
Confusion of sum of two matrices on SIMULINK
The "From Workspace" block in Simulink expects data in a timeseries format, where the first column is treated as timestamps. Thi...

etwa ein Monat vor | 0

Beantwortet
How can I access a Simulink Real-Time (SLRT) Speedgoat target computer through a LTE router?
Hi William, I understand that you are experiencing difficulties establishing a connection with your Speedgoat target through an...

etwa ein Monat vor | 0

Beantwortet
convert binary map from pixel to geometric
Hi Mohammed, As per my understanding, you are trying to extract geometric coordinates of rectangles from an RGB JPEG image usin...

etwa 2 Monate vor | 0

Beantwortet
how to run the two MATLAB files(scripts) in one script
Hi Aiman, As per my understanding, you want to combine two separate MATLAB scripts into a single script that runs them sequent...

2 Monate vor | 0

Beantwortet
How calculate the class membership of each training sample using Fuzzy-kNN
Hi Merlin, As per my understanding, you are implementing the Fuzzy K-Nearest Neighbours (FKNN) algorithm to classify your data....

2 Monate vor | 0

| akzeptiert

Beantwortet
How to conduct parallel modulations in Simulink?
Hi Pavel, Based on your question, it seems you want to simulate a circuit in Simulink using Simscape blocks, where a resistor'...

2 Monate vor | 0

Beantwortet
Real time module TCP communication cannot receive the correct signal through the command line
Hi星河, It sounds like you're trying to convert a sequence of uint8 values received via TCP communication back into a double typ...

2 Monate vor | 0

Beantwortet
C2000 Modbus RTU Slave
Hi Semih, As per my understanding, you are working on a project involving Modbus RTU communication in Simulink. Your goal is t...

2 Monate vor | 1

Beantwortet
Is it possible to convert Arduino IDE Code (C++ Code) to MATLAB Code by any means? Or does it have to be done manually?
Hi Octavo, As per my understanding, you're looking to convert Arduino C++ code to MATLAB code for a soil moisture sensor and ra...

2 Monate vor | 0

Beantwortet
how can i change the image contrast?
Hi Diogo, As per my understanding, you are looking to adjust the contrast of an image within a specific region of interest (ROI...

2 Monate vor | 0

Beantwortet
LED lights maybe not detecting sound input (Arduino Uno board).
Hi Wyatt, As per my understanding, your sound-meter prototype is not providing the desired outputs and the microphone readings ...

2 Monate vor | 0

Beantwortet
Running two independant background tasks on two cores
Hi Mitraz, To run two independent background tasks on separate cores in MATLAB, you can utilize the Parallel Computing Toolbox ...

2 Monate vor | 0

Beantwortet
Testing a code written for an Aurix T3XX family
Hi Ahmad, I believe that you are looking to simulate the Infineon AURIX TC3x board in Simulink. It is possible to do so using t...

2 Monate vor | 0

Beantwortet
How can I programmatically add tables in PowerPoint?
Hi Saria, It looks like there was a small misunderstanding regarding the use of the "Table" class. The "Table" class in "mlrepo...

2 Monate vor | 0

Beantwortet
Wie kann man einen Speicher in Simulink erstellen?
Hi Mark, Ich werde die Anfrage auf Englisch beantworten. You can leverage several tools and techniques within Simulink. Stat...

3 Monate vor | 0

Beantwortet
Using VR headset as an input to Simulink
Hi Oscar, To integrate a VR headset as a coordinate input device in your Simulink model, you can utilize the capabilities of S...

3 Monate vor | 0

| akzeptiert

Beantwortet
The problem with the Anti-Windup algorithm.
Hi Bao Ngyuyen, It appears that your Simulink model is encountering an error due to the presence of algebraic loops. Algebraic ...

3 Monate vor | 0

Beantwortet
Gcode file transfer to Moonraker via HTTP
Hi Will, I understand that you are trying to send a GCODE file from MATLAB to a Moonraker API server. The Moonraker documentat...

3 Monate vor | 0

Beantwortet
How Do I Make a Dropdown of UI Elements in a Live Editor Task ?
Hi Rodney, I understand that you are working on a custom Live Editor Task, and you wish to add an Accordion component that is u...

3 Monate vor | 0

| akzeptiert

Beantwortet
is it possible to Stepper Motor Drive simulate at 10 milisecond fixed time step
Hi @infent imran, I see that you are looking at the “Stepper Motor Drive” example model linked here - https://www.mathworks.com...

4 Monate vor | 0

Beantwortet
How to fix the jiggly issue
The reason why your data contains noise usually depends on the data collection method and will require an investigation on that ...

4 Monate vor | 0

Mehr laden