photo

Xiaoxing Wang

MathWorks

Last seen: en dag ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
11 Answers

File Exchange

1 File

ThingSpeak

7 Public Channels

RANK
2 913
of 300 381

REPUTATION
20

CONTRIBUTIONS
0 Questions
11 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
13 880 of 20 941

REPUTATION
19

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
151

RANK

of 168 477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
7 Public Channels

AVERAGE RATING
33

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

Answered
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...

ungefär ett år ago | 0

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

mer än ett år ago | 0

| accepted

Answered
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...

mer än 4 år ago | 0

Answered
Problem importing data.How to fix this error?
Can you show the structure of your input data?

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 1

Answered
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

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 1

Answered
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...

mer än 4 år ago | 0

Answered
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...

mer än 4 år ago | 0

Answered
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 ...

mer än 4 år ago | 1

| accepted

Answered
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...

mer än 4 år ago | 1

| accepted