
Rachel Johnson
MathWorks
Statistics
All
RANK
6,807
of 275,641
REPUTATION
6
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
6,129 of 18,567
REPUTATION
170
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
9
ALL TIME DOWNLOADS
645
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Answered
input argument type of the gearConditionMetrics function
Hi Walid, gearConditionMetrics expects an input array or table with four columns: TSA, Difference, Regular, and Residual signal...
input argument type of the gearConditionMetrics function
Hi Walid, gearConditionMetrics expects an input array or table with four columns: TSA, Difference, Regular, and Residual signal...
11 months ago | 0
Answered
Improving the results from SVM classification of faults
Hi Andy, You are correct, the features you extract from your data are going to have a big impact on the accuracy of your classi...
Improving the results from SVM classification of faults
Hi Andy, You are correct, the features you extract from your data are going to have a big impact on the accuracy of your classi...
1 year ago | 1
| accepted
Submitted
Industrial Machinery Anomaly Detection
Train an autoencoder on normal operating data from an industrial machine to predict anomalies.
1 year ago | 9 downloads |

Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4 years ago
Solved
Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...
4 years ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
4 years ago