Anna Gerald
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
116.840
of 295.467
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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(...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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')
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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
oltre 6 anni fa | 1 risposta | 0