photo

Atik Faysal


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
134,421
of 300,364

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • First Review

배지 보기

Feeds

보기 기준

질문


How to read excel files in chunk?
I do not want to load the whole excel file in the environment to save memory. I know in can be done with pandas in python. Any w...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I am trying to save the image at an specific size.
Here is the code I am doing: [wt,f] = cwt(y,'amor',12000); h = figure(); t = 0:numel(y)-1; hp = pcolor(t,f,abs(wt)); hp.Edg...

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

1

답변

질문


How to get only envelope spectrum plot, not the envelope signal
I am using envspectrum(signal,samplingFrequency); To get the envelope spectrum. I just need to plot the envelope spectrum. Ho...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


Can someone provide me the theory and math behind this function of eigen?
[V,D] = eig(A,B) returns diagonal matrix D of generalized eigenvalues and full matrix V whose columns are the corresponding rig...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


Doing while and for loop together
sum_Train={}; sum=0; for j=1:10 while j <= 10 for i=1:10 sum_Train{j,1} = sum+results{j,1}(i,i); end ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I am using machine learning classfier to predict my test accuracy. The classfier uses hold out to take data in random. How to I get the train accuracy using the code?
%% -------------- Building Classifier ---------------------------- classification_model=fitcnb(data,'class_labels~PC1+PC2'); %...

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

1

답변