Anna Gerald
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
116.840
of 295.448
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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(...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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')
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
mehr als 6 Jahre vor | 1 Antwort | 0