Community Profile

photo

Thodoris Ptrks


Last seen: 2年以上 前 2019 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


Avoid NaNs in a sum of a for loop
Hi all! I have a problem.. here is my code.. for l=12:length(PM25) if isnan(PM25(l)) || (isnan(PM25(l-1))) && (isnan(PM25(...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


looping with for through variables with multiple columns
Hi all! I have 33 variables with multiple columns.. Does anyone knows how would be the statement in for loop? sza = ["20_0","5...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Error reading NetCDF files
Hello! I'm trying to read a NetCDF file using this: f='global.nc'; fid=fopen(f,'r'); Temp=ncread(f,'t'); U=ncread(f,'u'); ...

約4年 前 | 0 件の回答 | 0

0

回答

質問


import multiple files with for loop
Hello, i need to know how can i do this with a double for loop, sza10str2 = importdata("10.0_02_streams.out"); sza10str4 = imp...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How to find out the impact of independents variables on dependent variable?
Hi all! I have 365 values of evapotranspiration and 365 values of temperature, solar radiation, relative humidity and wind speed...

5年弱 前 | 1 件の回答 | 0

1

回答