Statistics
0 Questions
97 Answers
RANK
1,195
of 295,410
REPUTATION
58
CONTRIBUTIONS
0 Questions
97 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,224
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,822
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Recognize speaker using MFCC and Kmean
Hi Nhat, I understand that you want to identify speaker using MFCC Feature and KMean Algorithm. Unfortunately it will not be p...
3 hours ago | 0
MFCC feature extraction of speech
Hi Zohreh, 'mfcc' function can be used to extract MFCC feature of speech signal. Please refer to the documentation of 'mfcc' t...
4 hours ago | 0
feature extraction using mfcc
Hi Hassan, Please refer to the documentation of 'mfcc' to understand usage of 'mfcc' function: www.mathworks.com/help/audio/re...
4 hours ago | 0
mfcc extraction of speech signal
Hi, The error is occuring because the size of the array y is 100000 but the script is trying to acess the 10001th element which...
6 hours ago | 0
DO NOT attribute "Run as administrator" for Matlab compiled executables
Hi Mohammad, I understand that you want to run the MATLAB compiled executable without admin privileges. 1) Install the MCR by ...
8 hours ago | 0
How to call the refresh custom code in c caller block from command line?
Hey Ajay, There is no direct API to access the refresh button; however the refresh occurs automatically when using “get_param” ...
1 day ago | 0
How to have two plot in the same, each plot is the rusult of a specific function
Hi Matteo, I understand that there is an error of Error using nexttile The layout does not have sufficient space. in the ab...
2 days ago | 0
What are the key differences between generating C code as grt.tlc versus grt_malloc.tlc?
Hi Alec, Please refer to the following documentation to understand the key differences between between generating C code as grt...
1 month ago | 0
How to link simulink model to GUIDE interface?
HI Shubham, I understand that you want to display your simulink model result on GUIDE interface. The query looks similar to th...
2 months ago | 0
code folding in live scripts
Hi, I understand that you want to know if code folding in live scripts is possible or not. Unfortunately, for now this feature...
2 months ago | 1
| accepted
polyspce code prover rules
Hi li, Polyspace Bug Finder is the recommended tool for checking MISRA C:2012. All MISRA C:2012 rules can be checked by Polyspa...
3 months ago | 0
electric field distribution above the contour as continuous lines ?
Hi Mary, To represent the electric field distribution as continuous lines instead of arrows, you can use the streamline() funct...
3 months ago | 0
No line number in Bug Finder report
Hi Anupama, In MATLAB R2023b and beyond, for the line number to appear in the exported results, the analysis has to be run via ...
3 months ago | 0
Change x- and y-axis description in multcompare()
Hi Annika, I understand that the title, and the description of the of the plot need to be changed. Following code snippet can ...
3 months ago | 0
| accepted
why do I receive PSB option menu block block (mask) does not have a parameter named 'MechanicalLoad'
Hi Zhang, It will be difficult to figure out the root cause of the issue without acess to the full model and the version in whi...
4 months ago | 0
How to resolve "failed to generate all binary outputs" error while creating s-function for ultrasonic sensor using NewPing?
Hi Ramkumar, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file ...
4 months ago | 0
Tone.cpp multiple definition error, R2018b. Arduino, Simulink.
Hi Euan, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file wh...
4 months ago | 0
failed to generate binary outputs when deploy on hardware
Hi Kang, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file wh...
4 months ago | 0
ERRO WHEN RUN ON HARDWARE TARGET TESTING ULTRASONIC SENSOR (SR-04)
Hi Duong, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file w...
4 months ago | 0
Error simulink external mode
Hi David, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find ...
4 months ago | 0
When the model is compiled, the error message "error of 2" is displayed
Hi Chen, From what I can understand from the error message, compiler is not able to identify "memcpy" function. Including "<s...
4 months ago | 0
How to solve "No rule to make target `rtiostream_utils.c' " error while building model in Simulink?
Hi Tautvydas, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't f...
4 months ago | 0
gmake: *** No rule to make target `spacemouse.obj', needed by...
Hi John, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find t...
4 months ago | 0
error by similink external mode : gmake: *** No rule to make target `FAST_SFunc.obj', needed by `../OpenLoop.rxw64'. Stop.
Hi David, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find ...
4 months ago | 0
Coder C2000 for simulink. Error >> gmake: *** No rule to make target (...) needed by `MW_c28xx_csl.obj'.
Hi Pablo, The error comes from gmake command. Looking at the error message a possible reason for the error can be the special c...
5 months ago | 0
Dot Indexing is not supported for variable of this type EEG PROCESSING
Hi Shuping, I understand that you are facing error of "Dot Indexing is not supported", without the code used and steps to repro...
5 months ago | 0
system(command) execution of software fail on MatLab R2020b
Hi Kevin, A possible reason for the error you are facing is that Matlab prioritizes its own mpiexec over Microsoft's. To verify...
5 months ago | 1
How can I find the maximum frequency component of an audio signal? I have used the following code so please tell me how can I point out the max freq component by the graph of abs(xfft)? If there is any other way to find it, do share it. Thanks!
Hi maham, To find the maximum frequency component of an audio signal, you can follow these steps: Load the audio file and perf...
5 months ago | 0
How to plot simple fft of a shifted time series?
Hi Kelsey, To plot the FFT of a shifted time series and understand its behavior, it is important to ensure that the time and fr...
5 months ago | 0
Why do I see the error message "unable to resolve this name 'slcontrollib.internal.siginject.perturbationType.ADD'"
Hi Kavya, From what I can understand, you are facing the error of "unable to resolve this name". It is a bit difficult to pinp...
5 months ago | 0