photo

Mats


University of Twente

2012년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Technical Medicine/ Medical Signaling

통계

All
MATLAB Answers

4 질문
7 답변

Cody

0 문제
36 답안

순위
3,990
of 300,369

평판
14

참여
4 질문
7 답변

답변 채택
75.0%

획득한 표
3

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
14,437
of 168,436

참여
0 문제
36 답안

점수
380

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

질문


I want to bend an image
Dear community, I have this 720x720 image and want to do a spatial transform in a way that a horizontal line will become a U-...

대략 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Find numerator and denumerator
[B,A] = butter(n,Wn) B are the coefficients for the numerator, and A the coefficients for the denominator with order n filt...

12년 초과 전 | 0

답변 있음
asking for avi name - movie2avi
I suggest you take a look at <http://www.mathworks.nl/help/matlab/ref/uicontrol.html>. You are looking for a editbox as style op...

12년 초과 전 | 0

| 수락됨

답변 있음
i have many trial of EEG data for every subject in txt file , what the best method to process this data ?
For EEG processing options you can try the Matlab toolkit http://fieldtrip.fcdonders.nl/. Not suitable for Matlab beginners in m...

12년 초과 전 | 0

답변 있음
For loop to calculate N times?
function lab8taskI(v,theta,N) quiver(0,0,v(1),v(2),1,'b') grid on; hold on; style = '--r'; for n = 1:N R=[co...

12년 초과 전 | 0

답변 있음
non-causal filter simulink
Maybe reverse the signal first, then use a filter, reverse the filtered signal and use the same filter again. Hopefully this is ...

12년 초과 전 | 0

답변 있음
How do i extract this text data columns by columns ? thanks
I guess you mean something like this: fileID = fopen('data.txt'); C = textscan(fileID, '%s %s','delimiter', ' '); fclos...

대략 13년 전 | 0

| 수락됨

질문


Why does fclose generates an ans return in the workspace?
Why does fclose() returns 'ans' in the workspace? If I change the line in status = flose(fid); the ans disappears and 'status' o...

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

2

답변

답변 있음
Simple inverse indexing question...
Somehow the response from Andrei Bobrov got lost, but he had the answer! setdiff(find(x),ind) of setdiff(1:length(x),ind)

13년 초과 전 | 3

| 수락됨

질문


Simple inverse indexing question...
Suppose you have; t = 1:0.1:10; x = rand(1,100); ind = [1:10,60:61,80:100]; I want a single expression which gives ...

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

1

답변

질문


Second output argument as input argument
Is it possible to combine the two lines: [~,b] = myfunction(x); c = myfunction2(b); Something like: c = myfunction2(myf...

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

2

답변