![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12982416_1528373672462_DEF.jpg)
Anna Gerald
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0