photo

Anna Gerald


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to run new data in regression learner after training model?how to resolve these errors?
T=readtable('Book3.xlsx') yfit=trainedModel.predictFcn(T) Error using mlearnapp.internal.model.DatasetSpecification>@(t)t(...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


i want to show that the audios are not same. how will i compare both the audio?
engine=audioread('engine.mp3') defect=audioread('defect.mp3')

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How will i show faults in engine using a healthy sound and faulty sound?
engine=audioread('engine.mp3'); defect=audioread('defect.mp3'); plot(engine(1:10000,1)); hold on plot(defe...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


How do i plot a graph between 3 variables?graph for x y and z
data=xlsread('a.xlsx'); X=data(:,6); Y=data(:,5); for i=2:37 Z=(Y(i,1)-Y(i-1,1))/X(i,1); end

environ 6 ans il y a | 1 réponse | 0

1

réponse