Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

| aceptada

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 1

| aceptada

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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:/...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

| aceptada

Respondida
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...

más de 5 años hace | 0

Respondida
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: ...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0