photo

atan


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
135,853
of 300,343

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Vector operations not working correctly
I have the following code cvPredictions = (pval < epsilon)== 1; % Anomaly cvPredictions = (pval > epsilon)== 0; % Not an an...

6 years ago | 1 answer | 0

1

answer

Question


Variance function in matlab
The variance function in matlab "var" by default normalizes V by N-1 if N>1, where N is the sample size If I want to normaliz...

6 years ago | 1 answer | 0

1

answer

Question


Understanding the code snippet
I do not understand what this is doing exactl Can anyone help? eye_matrix = eye(num_labels); y_matrix = eye_matrix(y,:);

6 years ago | 1 answer | 0

1

answer

Question


Perform this operation on a scalar/vector or matrix
I have a code like this The function takes z as argument. z can be a scalar or vector or matrix IF it is a vector, I want the ...

6 years ago | 1 answer | 0

1

answer

Question


Checking Matlab outputs - 2 functions coded
I'm a bit new to Matlab. I have a .m file called ex1.m which has the following code; %% ======================= Part 2: Plott...

6 years ago | 2 answers | 0

2

answers

Question


How to check the output
I'm very new to Matlab. I have a code snippet (example) like this; How to check the output of this function? Sorry for the fu...

6 years ago | 1 answer | 0

1

answer