Feeds
질문
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(...
5년 초과 전 | 답변 수: 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...
거의 6년 전 | 답변 수: 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'); ...
거의 6년 전 | 답변 수: 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...
대략 6년 전 | 답변 수: 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...
6년 초과 전 | 답변 수: 1 | 0
