Community Profile

photo

tara es


Last seen: 7 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


problem with Read excel file
I have an excel file like below. when I read it using fid = xlsread('P645.cwu.igs14.csv'); the first column(Date) didnt re...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Error: Invalid parameter/value pair arguments.
Hi there, this code return (Invalid parameter/value pair arguments ) error. Is there any problem with using 'color'? how can I f...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


I want put test 3 sigma on time series by 800*1 dimension. I have this code, it return nothing.
clc; clear all; close all; fid=xlsread('rohi.csv'); x = fid(:,2); res = []; upperbond = mean(x) + 3*std(x); lowerbond = me...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Using the findchangepts function on data containing NaN datapoints
you can use fillgaps function for fill NAN values (GAPs), without reduce the length of data. It can help you. y = fillgaps(data...

casi 2 años hace | 0

Pregunta


how can i select random 2*2 matrice of random number?
how can i select random matrice of random number

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i calculate coherence between two images?
correlation

más de 3 años hace | 1 respuesta | 0

1

respuesta