Community Profile

photo

OMKAR ACHARJEE


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

2

answers

Question


i want to store all the values of intensity and all the plots for each run from n=1:10 for the following code ?how do i modify the code
# * load allrains.txt # * y=allrains(:,:); # * rain=data1(:,:); # * data=data1(:,1:10); # * for n=1:size(data,2) # * dataA=...

6 years ago | 0 answers | 0

0

answers

Question


dataA=[dataA; sum(data((i,n):(i+2,n)))]; ...the matlab is telling it is invalid syntax how to rectifyit?
matlab is saying there might be some missing )]} iam not able to understand

6 years ago | 1 answer | 0

1

answer

Question


[years, ~, gg] = unique(dataset(:, 1))...what does this line mean?what is the use of unique function here?
i want to know what actually that line means?

6 years ago | 0 answers | 0

0

answers

Question


why am i getting this error ? what to do?
dirpath=('C:\Users\AKASH\Pictures\works\**'); files=dir('C:\Users\AKASH\Pictures\works\**\3B*'); nfiles=length(files); ...

6 years ago | 2 answers | 0

2

answers

Question


why am i getting this error-Characters adjacent to a ** wildcard must be file separators.
> # > %%%%% CODE TO EXTRACT TRMM DATA GRID WISE TO GENERATE TIME SERIES OF RAINFALL DEPTH AT 3 HR INTERVAL # %%%%% BINDHU V ...

6 years ago | 1 answer | 0

1

answer

Question


why am i getting this error-" Error using dir Characters adjacent to a ** wildcard must be file separators"
>> %%%%% CODE TO EXTRACT TRMM DATA GRID WISE TO GENERATE TIME SERIES OF RAINFALL DEPTH AT 3 HR INTERVAL %%%%% BINDHU V M %TO L...

6 years ago | 1 answer | 0

1

answer

Question


i want to get the max value from a column matrix from a specific no of rows ?
suppose i have a 269712x1 column matrix ,from the matrix i want to find the max value from each 8760 rows and in this way i have...

6 years ago | 2 answers | 0

2

answers

Question


i have a matrix of 269712x1 double with each cell having values of precipitation for 2hr intervals say 1-3,2-4,3-5....i want to get the max value of the precipitation from the cells for each 365 days...
my data is upto 30 years i.e i will be getting 30 values in total which would be the max value of precipitation corresponding ea...

6 years ago | 0 answers | 0

0

answers

Question


the program i have written below is showing the following error how can i correct this
>> a1 = xlsread('raincn.xls'); a2 = a1(1:length(a1),5:28); a2 = a2'; a2 = a2(:); for i = 12:length(a2) k24(...

6 years ago | 1 answer | 0

1

answer