![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1962958_1522088480908_DEF.jpg)
Mats
University of Twente
Followers: 0 Following: 0
Professional Interests: Technical Medicine/ Medical Signaling
Statistik
RANG
3.952
of 297.016
REPUTATION
14
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
3
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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-...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFind 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...
fast 12 Jahre vor | 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...
fast 12 Jahre vor | 0
| akzeptiert
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...
fast 12 Jahre vor | 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...
fast 12 Jahre vor | 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 ...
fast 12 Jahre vor | 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...
mehr als 12 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenSimple 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)
fast 13 Jahre vor | 3
| akzeptiert
Frage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 13 Jahre vor | 2 Antworten | 0