Réponse apportée
PNN probability
https://in.mathworks.com/matlabcentral/fileexchange/11880-parzen-pnn https://in.mathworks.com/matlabcentral/answers/85857-how...

presque 8 ans il y a | 0

Réponse apportée
need information about Boykov and Kolmogorov max flow/ min cut graph method
https://in.mathworks.com/matlabcentral/fileexchange/21310-maxflow

presque 8 ans il y a | 0

Réponse apportée
wavelet
<https://ieeexplore.ieee.org/document/5538250/>

presque 8 ans il y a | 0

Réponse apportée
Signal Processing
fix the using axis axis([xaxis coordinates],[yaxis coordinates])

presque 8 ans il y a | 0

Réponse apportée
karaoke generator
https://in.mathworks.com/matlabcentral/fileexchange/35466-karaoke

presque 8 ans il y a | 0

Réponse apportée
Finding the deviation between two similar images
https://in.mathworks.com/matlabcentral/answers/283307-standard-deviation-between-images

presque 8 ans il y a | 0

Réponse apportée
neural net in simulink
https://www.researchgate.net/post/How_do_I_use_neural_networks_in_simulink

presque 8 ans il y a | 0

Réponse apportée
How can extract feature of image with Kernal PCA
https://stackoverflow.com/questions/14521215/feature-selection-using-kernel-pca-kpca

presque 8 ans il y a | 0

Réponse apportée
How to write an input and output vectors
https://nl.mathworks.com/matlabcentral/answers/uploaded_files/25103/NN-examples.pdf

presque 8 ans il y a | 0

Réponse apportée
Matlab crashing using .NET object
https://stackoverflow.com/questions/25774904/matlab-continuously-crashes-when-using-simulink

presque 8 ans il y a | 0

Réponse apportée
Edit subplot
https://in.mathworks.com/matlabcentral/answers/346178-how-to-change-the-subplot-positioning-in-an-existing-figure

presque 8 ans il y a | 0

Réponse apportée
yagi uda radiation pattern
http://www.researchinventy.com/papers/v2i12/E0212026035.pdf

presque 8 ans il y a | 1

Réponse apportée
Matched filter between two signals
kk sir

presque 8 ans il y a | 0

| A accepté

Réponse apportée
svm classifier
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjQwNLBisbaAhWKtY8KHdLnDGYQFggrMAA&ur...

presque 8 ans il y a | 0

Réponse apportée
howo to use neural network toolbox
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwjr7__7icbaAhWKto8KHRbXCxIQFghGMAQ&ur...

presque 8 ans il y a | 0

Réponse apportée
Text detection
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwjqjpm0icbaAhVBuI8KHd2gAVoQFgg7MAM&ur...

presque 8 ans il y a | 0

Réponse apportée
smoothing data
https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwjizbanicbaAhULrI8KHQ9GChkQFgguMAI&ur...

presque 8 ans il y a | 0

Réponse apportée
finding determinant
http://www.mathworks.com/matlabcentral/answers/14483-finding-determinant-of-matrix-after-taking-covariance

presque 8 ans il y a | 0

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

presque 8 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

presque 8 ans il y a

Réponse apportée
How to write code for double summation
for double summation, use nested for loop. <https://in.mathworks.com/matlabcentral/answers/353879-how-to-solve-the-double-summat...

presque 8 ans il y a | 1

| A accepté

Réponse apportée
Pass information from Listbox to textbox
<https://in.mathworks.com/matlabcentral/answers/59725-how-to-pass-values-from-list-box-to-text-box-in-gui> refer the above link...

presque 8 ans il y a | 0

| A accepté

Réponse apportée
what is wrong with this code?
what is the error here? Can you please specify the error?

presque 8 ans il y a | 0

Question


Error in ambiguity function
While computing the ambiguity function using ambgfun command i get the error as "Expected PRF to be an array with number of el...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


Matched filter between two signals
I have a direct and echo signal. I have to do Matched filter between these two signals.How to do it? Is it possible by doing ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
could anyone help me to solve the issue.
can you explain clearly, whether the outputs are cell or array. can you give me the piece of code

presque 8 ans il y a | 0

Réponse apportée
could anyone help me to find the maximum number among the arrays
if A is an array, then it is max(A).

presque 8 ans il y a | 0

Réponse apportée
How do I import EEG (format- .hdf5) data to Matlab?
https://in.mathworks.com/help/matlab/high-level-functions.html https://in.mathworks.com/help/matlab/import_export/importing-hie...

presque 8 ans il y a | 0

| A accepté

Réponse apportée
How can i find the property value(here plotting table) of an object which i am able to plot only? Please read body below.
what do you want? whether you want the properties of the plot or yy? can you please provide it clearly

presque 8 ans il y a | 0

Réponse apportée
How to convert .m file to .exe file?
<https://stackoverflow.com/questions/1926089/how-to-create-a-executable-exe-file-from-m-file?utm_medium=organic&utm_source=googl...

presque 8 ans il y a | 0

Charger plus