OMKAR ACHARJEE
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
115.753
of 295.569
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
45.45%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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=...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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) ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
[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?
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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); ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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(...
mehr als 6 Jahre vor | 1 Antwort | 0