JAVAD
Followers: 0 Following: 0
Feeds
回答済み
How to fill and write nc file?
Error in ncwrite (line 87) ncObj.write(varName, varData, start, stride);
How to fill and write nc file?
Error in ncwrite (line 87) ncObj.write(varName, varData, start, stride);
1年以上 前 | 0
質問
How to fill and write nc file?
Hi all, I try to extract some variables from my model's data and put in new file. I can read and extract data from nc file and...
1年以上 前 | 1 件の回答 | 0
1
回答回答済み
Calculation of summation with filtering positive and negative values
I try to sum in each time step. Here u(i,j,t); t is time what I need is that; for t= 1:length(time) sum(t)=u(167,158,t)+u(16...
Calculation of summation with filtering positive and negative values
I try to sum in each time step. Here u(i,j,t); t is time what I need is that; for t= 1:length(time) sum(t)=u(167,158,t)+u(16...
1年以上 前 | 0
回答済み
Calculation of summation with filtering positive and negative values
Thanks for your sugestions. I amnot sure it works in my case. I have a matrix with dimention 365*300*1300(time) I try to ca...
Calculation of summation with filtering positive and negative values
Thanks for your sugestions. I amnot sure it works in my case. I have a matrix with dimention 365*300*1300(time) I try to ca...
1年以上 前 | 0
質問
Calculation of summation with filtering positive and negative values
Hi I have one matrix with u(i,j,t). I need calculate sum of the variable like this in each time step.i,j have not folloed an...
1年以上 前 | 2 件の回答 | 0
2
回答質問
finding minimum value with index
Hi I have a matrix 3 dimensions. i,j,t(time). I try to find minimum for part of matrix when 85<j<170; 50<i<80 for each time s...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Average values with nan value
Hi I have a matrix with 3 dimentions; i,j,t(time). I try to calculate mean value for each time step but the matter is we have ...
1年以上 前 | 2 件の回答 | 0
2
回答質問
Summation in MATLAB in 4 dimenstion
I have a matrix with 4 dimentions. I should sum values. w(i,j,k,t) k is constant.t is time My problem is how to add t to l...
2年弱 前 | 2 件の回答 | 0