photo

Konstantinos


Imperial College London

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

PhD candidate with interest in Cardiac Electrophysiology and Digital Signal Processing.

Statistik

All
MATLAB Answers

7 Fragen
1 Antwort

Cody

0 Probleme
2 Lösungen

RANG
38.076
of 301.204

REPUTATION
1

BEITRÄGE
7 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
57.14%

ERHALTENE STIMMEN
0

RANG
 of 21.191

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
93.534
of 173.368

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


find indices in a large array and replace them with zeros
I have an index with 10 rows and 301 columns each. I also have a digital signal with 1 X 250,000 elements. The values of the ini...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Warning: Integer operands are required for colon operator when used as index
Finally the problem was solved by converting the double values into integers using the int64 function.

fast 10 Jahre vor | 0

| akzeptiert

Frage


Warning: Integer operands are required for colon operator when used as index
I have a signal with multiple "pks4" points and I want to select only those elements which are between the first pks4 points - p...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why I don't get any results from this code?
I run the following code: for ii = length(pks4) %repeat the following process as many times as the pks4 points are ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I read the elements of an array backwards?
I have an array with x = 250000 elements. I want the code to read backwards a part of it: k = pks3(1):-1:1; %read data po...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


First point smaller than threshold
I have written the following code in order to find the first point of an array which is smaller than a threshold and calculate, ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to detect points on an electrogram based on voltage window?
I need to detect specific points on an electrogram based on a voltage window. These points will be on the boundaries of the wind...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to remove the artefacts of an electrogram signal?
I am getting electrogram recordings using a micro-electrode arrays system on cell cultures. When I analyse my electrograms on Ma...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 11 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 11 Jahre vor