photo

Vidushi Koliyan


Last seen: 10 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Create an area mask using a shapefile
I am trying to mask my study area using a shapefile But unable to do so. Here is the code that i was trying.. I'll be really gra...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


how to clip a domain data from global data?
I am trying to clip South Asia domain (19.25°E-116.25°E,-15.75°S-45.75°N) from a global dataset with 0.5 degree resolution. He...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to do moving average for x and y data points in a scatter plot?
I have soil moisture (x) data in the first column and correlation(y) data in the second column. I want a moving average line thr...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


I want to solve this equation for a and b where A and B is a vector data with dimension (1344x1) A=a(B)^b
Here; A = data1 ; B = data2 y = data1; Y = log(y); A = [ones(length(y),1) log(data2)']; X1 = inv(A'*A); X2 = A'.*Y; X =...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort