Answered
Overlaying Plots from 2 different sections of code
You can use "hold" to add different plots to the already existing one, it will serve the purpose of comparing how the algorithms...

3 years ago | 0

Answered
How much speed MATLAB can access arduino serial port for data acquisiton?
Refer this https://www.mathworks.com/matlabcentral/answers/327998-maximum-sampling-frequency-of-analog-input-through-arduino-uno...

3 years ago | 0

Answered
Hotspot detection from thermal image - need code from YouTube video
We cannot provide the code that is created by third party. But you can refer this MATLAB answer which involves similar applicati...

3 years ago | 0

Answered
Use classified test images from alexnet after training to iterate and improve dataset
The one way to deal with this is: Removing the outliers from datasets. There are various ways you can do that, refer this docum...

3 years ago | 0

| accepted

Answered
How to resolve "Invalid sample rate" error when using audioPlayerRecorder
As can be seen the first error you get is : PortAudio Error: Unanticipated host error Go through the following MATLAB answer w...

3 years ago | 0

Answered
I'm grouping 42 students, so please tell me the solution.
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific...

3 years ago | 0

Answered
Where to specify WebSocket IP (Simulink Support Package for Arduino )
Refer to the documentation link given below. It contains an example as how to use the Simulink Support Package for Arduino Hardw...

3 years ago | 0

Answered
How to measure the size of a dent in a can?
Refer this MATLAB answer, you may get an idea about what you are looking for. https://www.mathworks.com/matlabcentral/answers/7...

3 years ago | 0

Answered
Implementation of PSO algorithm for vehicle routing problem
Go through the following video tutorial, it has implementation of Particle Swarm Optimization (PSO). In the first part, theoreti...

3 years ago | 1

| accepted

Answered
How to Calculate the Pearson Correlation coefficient between the bits of a 20 bit hash value?
Go through the following documentation link to find about " corrcoef ", which can be used to calculate Pearson Correlation Coeff...

3 years ago | 0

Answered
matlab is taking too long to solve the equation.
For this I would like to suggest running ''Profiler'' on your code as workaround. To know more about profiling refer below poin...

3 years ago | 0

Answered
Fuzzy DEA Application in MATLAB
You can leverage Data envelopment analysis (DEA) MATLAB toolbox for your application. More details about it can be found in belo...

3 years ago | 0

Answered
Simulink opening error Bundle#378
Doing clean installation works in most of the cases. Please review the article below on how to do a clean installation: https:/...

3 years ago | 0

Answered
How can I read in a .RSD (realSQL) file?
MATLAB does not support reading data directly from .RSD file. You can look for the formats supported in the link given below and...

3 years ago | 0

| accepted

Answered
How to use hardware opengl when remote on Linux
Hardware-accelerated OpenGL, specified as hardware. All systems support using the opengl hardware command to switch from basic h...

3 years ago | 0

Answered
Find the certain amount of values between NaNs and make another variable from these values
Yes, it is possible. You can go through the code given below to get an idea, but again modify it according to your application: ...

3 years ago | 0

Answered
Climate model Debug matrix size issues
Identify bottlenecks by using the Profiler tool within MATLAB. To know more about profiling refer below points: Profiling is a...

3 years ago | 0