photo

atan


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
186,947
of 300,765

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변