photo

tara es


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
241,107
of 299,891

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,831

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,464

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

3 years 前 | 0

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


how can i calculate coherence between two images?
correlation

5 years 前 | 1 个回答 | 0

1

个回答