Community Profile

photo

OMKAR ACHARJEE


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


i have a two dimensional matrix inside a loop i want to save the data matrix inside the loop so that each time the loop runs the data doesn't gets overwritten with the next one what should i do?
the value inside the loop is a two dimensional matrix that i need save every time

presque 6 ans il y a | 2 réponses | 0

2

réponses

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

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


below is a program that i am using to derive idf curves .suppose i have the code for plotting idf curve for one particular grid or place but now i need to plot 10 idf curves using that code simultaneously. i introduced a outer for loop will it do?
# * load allrains.txt # * y=allrains(:,:); # * rain=data1(:,:); # * data=data1(:,1:10); # * for n=1:size(data,2) ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

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

presque 6 ans il y a | 1 réponse | 0

1

réponse

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?

presque 6 ans il y a | 1 réponse | 0

0

réponse

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

presque 6 ans il y a | 2 réponses | 0

2

réponses

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

presque 6 ans il y a | 1 réponse | 0

1

réponse

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

presque 6 ans il y a | 1 réponse | 0

1

réponse

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

presque 6 ans il y a | 2 réponses | 0

2

réponses

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

presque 6 ans il y a | 1 réponse | 0

0

réponse

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

presque 6 ans il y a | 1 réponse | 0

1

réponse