tara es
Followers: 0 Following: 0
Statistics
RANK
71,991
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerUsing 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...
2 years ago | 0
Question
how can i select random 2*2 matrice of random number?
how can i select random matrice of random number
3 years ago | 1 answer | 0