photo

Pankaj Dey


Last seen: 5 years ago Active since 2015

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

5 Questions
1 Answer

File Exchange

10 Files

Cody

0 Problems
1 Solution

RANK
13,970
of 301,506

REPUTATION
3

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
2

RANK
3,341 of 21,306

REPUTATION
477

AVERAGE RATING
4.30

CONTRIBUTIONS
10 Files

DOWNLOADS
22

ALL TIME DOWNLOADS
4382

RANK
117,336
of 174,911

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

6 years ago | 1

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

8 years ago | 1 answer | 0

1

answer

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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 1

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer