Community Profile

photo

mahrukh jamil


Active since 2016

Statistics

All
  • First Review
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Solved


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

7 years ago

Solved


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

7 years ago

Question


how to acces the content of a cell?
Hello everyone, So i have never used a cell before. I have a cell of size *(1x4800)* and in the cell i have 4800, *2x5120* size...

7 years ago | 1 answer | 0

1

answer

Question


How to segment data using overlapping window
Hello, I have an ECG data of 20mins length (2x307200). I want to apply a 20 sec window(5120) with an overlap of 64samples. I wa...

7 years ago | 3 answers | 0

3

answers

Question


how to store a signal along with time in the same matrix?
Hello, I want to know how can i store and present two variables in a single matrix. i have a ECG data file of 1x100000 and a ti...

7 years ago | 1 answer | 0

1

answer

Question


Difference between resampling and interpolation for downsampling RR-Interval?
Hello, I want to perform heart rate variability for sleep stages detection,for that i have RR-interval data. I read in the pape...

7 years ago | 1 answer | 0

1

answer

Question


How to get values from multiple plots obtained from a loop?
hi, I have an ECG data file for recording of 6- 8 hours.I implemented a window so that i have different pieces of data and i co...

7 years ago | 0 answers | 0

0

answers

Question


Add header to my new extracted data from a table?
Hello, I have a .csv file that contain odd characters (french accent characters). I read the file with readtable command. Now f...

7 years ago | 1 answer | 0

1

answer