photo

jakobjakob


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
117,942
of 300,338

평판
0

참여
10 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I delete the zeros from the matrix?
I would like to delete all the zeros. I want that the non-zero number shift to the left, like this: 00100200300 --> 123-- ...

7년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How do I fix: Index exceeds array bounds.
j= 1:length(index_aanname); for j= 1:length(index_aanname) for l=1:length(alldata) if ((strcmp(alldata(l,...

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

1

답변

질문


How do I make 1 matrix from this two matrices?
How do I make one matrix out of these two matrices?

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

1

답변

질문


How do I delete specific elements from a matrix?
How do I delete numbers >10 or <-10 from the matrix?

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

1

답변

질문


How do I make this loop faster?
for j= 1:240 k=index_aanname(j); for l=1:length(alldata); while ((strcmp(alldata(l,3), SA{j})) && ... ...

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

0

답변

질문


What is wrong with my script?
Who could help me? What is wrong with my script? There is no counting... index_aanname = find(strcmp(alldata(:,5), 'Aanna...

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

1

답변

질문


What is wrong with my script?
THIS IS THE RELEVANT PART OF THE SCRIPT: index_aanname = find(strcmp(alldata(:,5), 'Aanname') == 1); TA = tijdnum(index_...

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

1

답변

질문


How do I select data from an interval in a matrix?
See data in file. I have done research on viewing behavior in football matches. I want to create a graph with the frequency on t...

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

1

답변

질문


How do I convert a column to numeric?
See the image <</matlabcentral/answers/uploaded_files/120336/tset.png>> I want to count with the 1st column, but I always ...

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

1

답변

질문


How do I select specific data from a matrix with a loop?
I have done research on viewing behavior in football matches. I want to create a graph with the frequency on the y-axis and on t...

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

1

답변