photo

Mats


University of Twente

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: Technical Medicine/ Medical Signaling

Statistica

All
MATLAB Answers

4 Domande
7 Risposte

Cody

0 Problemi
36 Soluzioni

RANK
3.712
of 301.537

REPUTAZIONE
14

CONTRIBUTI
4 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
3

RANK
 of 21.318

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
15.315
of 175.212

CONTRIBUTI
0 Problemi
36 Soluzioni

PUNTEGGIO
380

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0

| accettato

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0

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

oltre 13 anni fa | 0

| accettato

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Risposto
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)

circa 14 anni fa | 3

| accettato

Domanda


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

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 14 anni fa | 2 risposte | 0

2

risposte