C++, Javascript, MATLAB
Spoken Languages:
English, Hindi
Statistics
RANK
904
of 296,105
REPUTATION
82
CONTRIBUTIONS
0 Questions
67 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
8
RANK
of 20,336
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Connection via TCP/IP with Arduino nano 33iot and Simulink
The error you experienced suggests that the already running simulation disconnects from the Arduino when you attempt to establis...
1 day ago | 0
Why are some commands blocked in Matlab Grader, e.g. system?
MATLAB Grader restricts certain commands for the purpose of cheating prevention and security reasons. These commands can alter t...
1 day ago | 0
connect Simulink with Arduino using Simulink Arduino support package
Communicating with pins on an Arduino from Simulink is typically done using Connected IO mode, which you can learn more about at...
1 day ago | 0
Install Previous version of matlab
Hi Lawrence, You can have multiple versions of MATLAB installed on the same machine, no special steps are required. You can ref...
3 days ago | 0
Design view doesn't match how the actual app looks like
This is a known issue in MATLAB versions R2024a and R2024b. You can find more information about this issue in the bug report at:...
3 days ago | 0
How to label data for data train deep learning.
Unfortunately, it seems the J0ACSC PET 1HR dataset you provided does not have any labels for reference. I assume you are trying ...
3 days ago | 0
Feedforward Neural Network with Sliding Windows approach to forecast output values
To forecast future values using neural networks with a sliding window approach, you may want to consider models that are specifi...
5 days ago | 0
| accepted
Plotting hist3 atop one another with separate colormaps
A practical method for overlaying two plots with different colormaps is detailed here: https://www.mathworks.com/matlabcentral/a...
5 days ago | 0
Simulink Runtime Issues with Simscape Battery Toolkit
I tried profiling the model, but due to its complexity, it requires manual optimization. To address the performance issues in yo...
22 days ago | 0
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/...
29 days ago | 0
Error Creating LCD Addon example
The attached code files have some deviations from the documented tutorial, which include: missing variable definitions missing...
29 days ago | 0
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...
1 month ago | 0
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...
2 months ago | 0
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,...
2 months ago | 0
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...
2 months ago | 0
| accepted
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...
2 months ago | 0
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...
2 months ago | 0
| accepted
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...
2 months ago | 0
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...
2 months ago | 0
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...
2 months ago | 0
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...
3 months ago | 0
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...
3 months ago | 0
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....
3 months ago | 0
| accepted
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'...
3 months ago | 0
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...
3 months ago | 0
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...
3 months ago | 1
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...
3 months ago | 0
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...
3 months ago | 0
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 ...
3 months ago | 0
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 ...
3 months ago | 0