Community Profile

photo

Yared Daniel


Last seen: 7 months ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to visualize time frequency information of time series signal using continuous wavelet transform
I have time series signal named X with variable Sg. I want to visualize it’s time frequency information by using continuous wa...

2 years ago | 1 answer | 0

1

answer

Question


How can I combine multiple matfile containing row vector in one table
I have several dot matfile containing row vector and I want them to put in one table sequentially (according to alphabetic order...

3 years ago | 1 answer | 0

1

answer

Answered
How to replace some Number in row matrix with NaN
I have solved it! clear Y = [5 7 18 16 40 18 9 32 15 4 9 60 40 24 10 13]; idx = find(abs(diff(Y))>10); L = numel(idx); Y_...

3 years ago | 0

| accepted

Question


How to replace some Number in row matrix with NaN
I have a row vector like this Y = [5 7 18 16 40 18 9 32 15 4 9 60 40 24 10 13]; What I want is to replace a number Y(i) with ...

3 years ago | 2 answers | 0

2

answers

Question


How to remove more than K consecutive NaN values from row matrix
I have a row vector like this: x=[2 5 NaN NaN 8 11 5 9 12 NaN NaN NaN NaN NaN NaN 4 2 NaN NaN 16 NaN NaN NaN 1 NaN 6 NaN NaN Na...

3 years ago | 2 answers | 0

2

answers

Question


How to replace a number in a row vector with NaN in certain condition
I have raw vector like this x = [15 13 9 20 12 15 2 25 17 3 2 5 18 4 12 30 32 40 1 19]; What I need is to replace a number wit...

3 years ago | 1 answer | 0

1

answer

Question


How to remove NaN value from front part (first column) of raw matrices.
I have multiple files that contain row matrices. Some of the row metrics starts with number and some starts with missing value (...

3 years ago | 1 answer | 0

1

answer

Question


How to interpolate between two adjacent points of time series data, if the difference between any two consecutive points is greater than 25 by using for loop?
I have a time series data like this; x = [555 554 100 10 36 20 17 5 51 70 101 40 13]; and independent variables as follow L ...

3 years ago | 3 answers | 0

3

answers

Question


How to convert zero to 'Nan' for multiple dot mat file containing 1d data
I have several dot mat files, each files contains 1d array data, some of the data has zero value, and I want to convert zero val...

3 years ago | 1 answer | 0

1

answer

Question


How to process multiple dot mat file using for loop
Hello every one, please help me in solving this issue I have thousands of mat files as shown in figure for sample. Each mat fil...

3 years ago | 1 answer | 0

1

answer

Question


How to merge data’s of multiple dot mat files in one dot matfile (one table)
Hello every one I have multiple dot mat files like x0.mat, x1.mat, x2.mat, x3.mat and each file contains 1D time series data....

3 years ago | 1 answer | 0

1

answer

Question


How to remove outlier of time series signal data by using cubic spline interpolation?
Hello everybody am new for Matlab and need an algorithm for my project that computes the following problems. I have a time seri...

3 years ago | 2 answers | 0

2

answers

Question


how to interpolate between two point of 1d time series data if the difference between any two consecutive point is greater than 25?
Hello every one please help! I have atime seies data like this; x = [5 10 36 20 17 5 51 60 40 13] and independent variables ...

3 years ago | 1 answer | 0

1

answer