Xiaoxing Wang - MATLAB Central
photo

Xiaoxing Wang

MathWorks

Last seen: Today 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersThingSpeakFile ExchangeFrom 09/20 to 03/25Use left and right arrows to move selectionFrom 09/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
11 回答

File Exchange

1 ファイル

ThingSpeak

3 パブリック チャネル

ランク
2,872
of 297,851

評判
20

コントリビューション
0 質問
11 回答

回答採用率
0.00%

獲得投票数
4

ランク
13,902 of 20,493

評判
18

平均評価
5.00

コントリビューション
1 ファイル

ダウンロード
4

ALL TIME ダウンロード
139

ランク

of 159,663

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
3 パブリック チャネル

平均評価
30

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • GitHub Submissions Level 1
  • 3 Month Streak
  • First Review
  • Revival Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
need data about tach signal?
You can also get a tacho signal like this fs = 1e3; %* sampling frequency fr = 5; %* repetition frequency t = 0:1/fs:1; puls...

6ヶ月 前 | 0

回答済み
bayesopt関数で使われているARD Matérn 5/2 カーネルのハイパーパラメータは逐次最適化されているのでしょうか?
可能です。 カスタム出力関数を定義する必要があります。 https://jp.mathworks.com/help/stats/bayesian-optimization-output-functions.html 上のリンクにある例題で言えば、以下...

約1年 前 | 0

| 採用済み

回答済み
To save the lyapunov exponent plot in specific folder while for loop iteration?
Please consider the following code within your loop. for k = 1:N ... fileName = sprintf('testFig%d.pdf',k) fileN...

4年弱 前 | 0

回答済み
Problem importing data.How to fix this error?
Can you show the structure of your input data?

4年弱 前 | 0

回答済み
Error occured while importing ensemble table to diagnostic feature designer
The icons tell that your inputs 'Data', 'o2', and 'Faultcode' are independent variables. You need to reconstruct 'Data' and 'o2...

4年弱 前 | 1

回答済み
How can I download 'Predictive Maintenance Toolbox' for trial only?
Please visit the link below. https://www.mathworks.com/campaigns/products/trials.html?prodcode=PM

約4年 前 | 0

回答済み
Importing Live Data into Matlab
Depending on how you want to realize the system. You can use Instrument Control Toolbox to connect MATLAB directly to your inst...

約4年 前 | 1

回答済み
RUL Prediction based on Degradation models
For the implementation of degradation model, you can refer to the famous Wind Turbine example. https://www.mathworks.com/help/p...

約4年 前 | 0

回答済み
Question on the selection of threshold in "Wind Turbine High-Speed Bearing Prognosis" example.
If you have 100 samples, instead of calculating the threshold, you can try the similarity model to estimate RUL as an alternativ...

約4年 前 | 0

回答済み
How to get T-Test Score for feature ranking?
For two groups, Diagnostic Feature Designer App. uses ttest2 with min-max normalized inputs. If you have R2020a and later, you ...

約4年 前 | 1

| 採用済み

回答済み
Diagnostic Feature Designer App can estimate the RUL?!
You can not use Diagnostic Feature Designer App. to calculate RUL. However, you can manually program to estimate RUL with Predi...

約4年 前 | 1

| 採用済み