Anna Gerald
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
116,840
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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(...
6 years ago | 0 answers | 0
0
answersQuestion
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')
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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
6 years ago | 1 answer | 0