已回答
How to measure the similarity of two time frequency diagrams
xcorr can be used to find cross-correlation of two discrete time sequences. I think you can use that in funding similarities bet...

6 years 前 | 0

已回答
How to calculate the mean of different time frequency
meanfreq can be used to calculate mean of frequencies. It can take frequency or spectral densities as input arguments in the for...

6 years 前 | 0

已回答
Built .dll based s-function
Yes, it’s possible to call a S-function using library files. You can define the .dll files in header file to call them. You can ...

6 years 前 | 0

已回答
How to plot the centroids of kmeans in an image?
kmeans returns a numeric matrix containing Centroid location. Once you have locations you can plot these locations using plot fu...

6 years 前 | 0

已回答
How to design this filter?
You can design custom filters in MATLAB. You can refer to the following link for more information: https://www.mathworks.com/d...

6 years 前 | 0

已回答
Optimization problem - solving problem within a loop
You can use Optimization Expressions for defining objective functions and its variables inside a for-loop. Refer to the followin...

6 years 前 | 0

已回答
How can I graph match same object in both the images?
bwlabeln is used to label the components within an image. There are several kinds of features that you can try to extract and ma...

6 years 前 | 0

已回答
How can I project my data onto a map?
To get the data onto the map you can use uistack. uistack is used to reorder visual stacking of UI components. Using this functi...

6 years 前 | 0

已回答
Is it possible to include a .dll-file without a .h-file?
A similar question is already being answered. Refer to the following link for more information: https://www.mathworks.com/matl...

6 years 前 | 0

| 已接受

已回答
Failure to untar() a *.tar.gz file
untar() only accepts character vector or scalar string as data-types for the filename. Please check the data-type of filename yo...

6 years 前 | 0

已回答
How to display colorbar label with App Designer
Hi, You can try editing axes font size to a value less than the default value that is 12. If you change the axes font size, th...

6 years 前 | 1

| 已接受

已回答
A Question About the exe file generated by Matlab Compiler
Hi, Yes, you can use it even after expiration of MATLAB. MATLAB compiler builds standalone application (exe file) from the ...

6 years 前 | 1

| 已接受

已回答
How can i convert a mechanical rotational domain output signal from rad/s to rpm in simulink?
Hi, You can use Ideal Motion Sensor Block with PS-Simulink Converter. In PS-Simulink converter there is a parameter Output sig...

6 years 前 | 0