photo

Pankaj Dey


Last seen: 4 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

I am a PhD student in Indian Institute of Science, Bangalore. I am specializing in Hydrology and Water resources Engineering.

统计学

All
MATLAB Answers

5 个提问
1 个回答

File Exchange

10 文件

Cody

0 个问题
1 个答案

排名
13,557
of 299,793

声誉
3

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
2

排名
3,345 of 20,811

声誉
470

平均
4.30

贡献数
10 文件

下载次数
18

ALL TIME 下载次数
4314

排名
111,709
of 166,013

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • First Answer
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

查看徽章

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

5 years 前 | 1

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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?

10 years 前 | 1 个回答 | 1

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答