![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4253642.jpg)
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.
Estadística
CLASIFICACIÓN
14.535
of 297.016
REPUTACIÓN
3
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
3.339 of 20.419
REPUTACIÓN
463
EVALUACIÓN MEDIA
4.30
CONTRIBUCIONES
10 Archivos
DESCARGAS
24
ALL TIME DESCARGAS
4247
CLASIFICACIÓN
118.967
of 157.725
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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';...
alrededor de 5 años hace | 1
Enviada
datearray
This function provides the date arrays between two dates. It provides the years. months and days in three columns between any tw...
más de 5 años hace | 1 descarga |
Enviada
Complexity Entropy Causality Plane using Permutation Entropy
This is a matlab function for estimating parameters of Complexity Entropy Causality plane using Permutation Entropy.
alrededor de 6 años hace | 2 descargas |
Enviada
Calendar date to Day of the year
This function converts the calendar date to Julian Date.
casi 7 años hace | 1 descarga |
Enviada
Estimation of Potential Evapotranspiration using Mcguinnes Bordne formulation
This is a simple function that estimates potential evapotranspiration with minimum data requirement.
alrededor de 7 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/65593/versions/1/screenshot.jpg)
Enviada
Sequential Mann Kendall Test
Test for finding potential trend turning points in time series.
más de 7 años hace | 4 descargas |
Pregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaEnviada
Seasonality Index of extreme events
This function can be use to calculate seasonal distribution of any extreme events.
más de 7 años hace | 1 descarga |
Resuelto
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:...
casi 8 años hace
Pregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaEnviada
Converting daily data to annual mean data
This function can be use to convert the daily values of time series to annual mean.
casi 8 años hace | 1 descarga |
Enviada
Converting daily data to monthly mean data
This is a simple function that converts the daily data to monthly mean data.
casi 8 años hace | 1 descarga |
Enviada
Simple random shuffling of a one dimensional data set
This is a simple code for random shuffling a one dimensional time series data.
alrededor de 8 años hace | 1 descarga |
Enviada
Pettitt Change point test for univariate time series data
Pettit test for change point detection in univariate time series
alrededor de 8 años hace | 9 descargas |
Pregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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?
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0