Pankaj Dey
Followers: 0 Following: 0
I am a PhD student in Indian Institute of Science, Bangalore. I am specializing in Hydrology and Water resources Engineering.
Statistiques
RANG
13 192
of 295 467
RÉPUTATION
3
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
2
RANG
3 334 of 20 234
RÉPUTATION
460
CLASSEMENT MOYEN
4.30
CONTRIBUTIONS
10 Fichiers
TÉLÉCHARGEMENTS
22
ALL TIME TÉLÉCHARGEMENTS
4214
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
suggest me how to plot 45 degree line in MATLAB?
Hope this will help you. hline = refline([1 0]); hline.Color = 'k'; hline.LineStyle = ':'; hline.HandleVisibility = 'off';...
presque 5 ans il y a | 1
A soumis
datearray
This function provides the date arrays between two dates. It provides the years. months and days in three columns between any tw...
environ 5 ans il y a | 1 téléchargement |
A soumis
Complexity Entropy Causality Plane using Permutation Entropy
This is a matlab function for estimating parameters of Complexity Entropy Causality plane using Permutation Entropy.
presque 6 ans il y a | 1 téléchargement |
A soumis
Calendar date to Day of the year
This function converts the calendar date to Julian Date.
plus de 6 ans il y a | 1 téléchargement |
A soumis
Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation
This is a simple function that estimates potential evapotranspiration with minimum data requirement.
presque 7 ans il y a | 3 téléchargements |
A soumis
Sequential Mann Kendall Test
Test for finding potential trend turning points in time series.
environ 7 ans il y a | 2 téléchargements |
Question
How to used 'griddedinterpolant' command in for loop?
For example, I have a geospatial data with fixed latitude and longitude with 100 layers(values observed during 100 days) of a va...
plus de 7 ans il y a | 1 réponse | 0
1
réponseA soumis
Seasonality Index of extreme events
This function can be use to calculate seasonal distribution of any extreme events.
plus de 7 ans il y a | 1 téléchargement |
A résolu
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:...
plus de 7 ans il y a
Question
How to read multiple csv files in a single loop?
I have 63 csv files each of size 20454 x 8. They are named as 1.csv, 2.csv,..., 63.csv, note .csv is the extension. I want to re...
plus de 7 ans il y a | 1 réponse | 0
1
réponseA soumis
Converting daily data to annual mean data
This function can be use to convert the daily values of time series to annual mean.
plus de 7 ans il y a | 1 téléchargement |
A soumis
Converting daily data to monthly mean data
This is a simple function that converts the daily data to monthly mean data.
plus de 7 ans il y a | 1 téléchargement |
A soumis
Simple random shuffling of a one dimensional data set
This is a simple code for random shuffling a one dimensional time series data.
presque 8 ans il y a | 1 téléchargement |
A soumis
Pettitt Change point test for univariate time series data
Pettit test for change point detection in univariate time series
presque 8 ans il y a | 8 téléchargements |
Question
I have 15 columns of different size. I want to write it in a single excel sheet with 15 columns and different row sizes. When I run the following code, I got a message "Conversion to cell from double is not possible". How to resolve this issue?
data1=xlsread('Gauge-Discharge Data Biligundulu,1971-2012.xlsx'); data2=xlsread('Gauge-Discharge Data K.M.Vadi,1978-2012.xlsx...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to get the values of AIC (Akaike Information Criteria), BIC for selecting the best distribution among different distributions fitted to a data?
I want to get the values of AIC, BIC for selection of the best fitted probability distribution to a data. How to get that?
environ 9 ans il y a | 1 réponse | 1
1
réponseQuestion
I am failing to get the optimized values of the decision variables. Please help
My code is as follows: f = @(x)(((0.0002*((x(1)^2)*x(2)/9.81)^2)-(0.876*(x(1)^2)*x(2)/9.81)/(5.2868+(3310/((x(1)^2)*x(2)/9.8...
plus de 9 ans il y a | 1 réponse | 0