Réponse apportée
Searching a matrix and eliminating values below a certain value
Code is Not optimized, but works fine maxRow = 1; for i=1:size(A,2) BIndex = ismember(B,A(:,i)); BIndex = find(BInde...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
How to filter objects based on size using"bwareafilt()" ?
in your code, there is a code part as show below img3=imcomplement(img2); don't use that. code works fine in 2014b. Here, RO...

plus de 4 ans il y a | 0

Réponse apportée
Codec Error with VideoReader function
Here is the solution what I found https://in.mathworks.com/matlabcentral/answers/218237-unable-to-determine-the-codec-required#...

plus de 4 ans il y a | 0

Réponse apportée
Unable to determine the codec required.
Hello, To solve the problem, I installed 'Media Player Codec Pack' and use the following code. vidObj = VideoReader('VideoFile...

plus de 4 ans il y a | 0

Réponse apportée
how make prediction with new data and display it?
Phase 01: Training 'trainingData.xlsx' contains data need to Train. trainingData = xlsread('trainingData.xlsx'); [trainedClas...

plus de 4 ans il y a | 1

Réponse apportée
Testing trained classifier model with new data
sample=miraudio(audio); will give 'miraudio object'. its NOT an array. 'peak2rms' builtin function of matlab will give an err...

plus de 4 ans il y a | 0