Community Profile

photo

Nurul Ain Basirah Zakaria


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


function doesnt works well
Hi, I am using this function; function [s,tint] = spei(t,prec,pevap,varargin) But, I am not sure what is varargin works for?...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Not enough input arguments
function [spei_index]=calculate_spei(t,prec,pevap,varargin); [nlon, nlat, n]=size(prec); prec=squeeze(prec); for i=1:nlon ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


looping for a function
Hi, can I apply [output1, output2] = calculate(b); in a 3D data such as 80x30x400 data?

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


intensity of dought events
Hi, I have a drought duration over time file. So, it is the drought duration event where it contains consecutive months of negat...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


extract without change my NaN value
Hi, I have a data of 420x32x20 (precip over timexlatxlon) And then, I need to apply this formula into each grid: %F=n/N×100 %...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how do i get MATLAB to extract a specific value in multidimension array or matrix
Hi, i have a matric 420x32x20 then i want to extract the value form -1 to -4 thus, i tried for i=1:32 for j=1:20 idx(:,i,j)...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


using the vertical bars in calculation
Hi, how can I calculate, i mean i want to include the vertical bar | x |, for instance, | 1/40 |

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


applying the formula into the data
Hi. Can someone please help me to understand this formula: where; SSPI is SPI value below the threshold K is drought thre...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


make a better map
hi, how can i edit and change the colormap to make it better? this is my script: ax = axes(); Spi3=permute(New_freq,[2 3 1]);...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculate frequency for each gridded
Hi. Is it possible that I want to, Change the value of -1.00 untill -3.00 tu 1 and the rest as 0. Then, I want to know how much...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fit the y=mx+c in time series
Hi. I have 420x1 data of time series. How can I fit y=mx+c line in the plotting?

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to fit trend line in time series
Hi. I plotted a figure of my time series but I want to calculate and fit in the trend line. Can I use the polyfit to d...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


calculating frequency in matlab
Hi. Ive calculated the spi index in matlab. And now I want to calculate the frequency (moderate, severe and strong) drought with...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


change start point of plot
Hi how can I change the Jan to start at 0?

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Root Mean Square Error
Hi, I want to ask if it is possible for me to find the RMSE for observation=444x15x7 model=300x15x7

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Grouping data by value
Hi. I have 432x1 data. I need to grouping the data. for example; -0.989088822111364 -1.16881053159657 -0.687960193675098 0....

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to change my x axis value
Hello. Is it possible for me to change my x axis value? My data is from 1982-2017. I plot and came out like this: but I wan...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Calculation using the spi script
Hello. I'm currently using this script to calculate my SPI but it seems not working on my 3d data. My data size is: 288x32x26 ...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to change my color map
Hi. How to change my colormap? I want to reverse the color, -2 should be the orange one. Can anyone teach me how to do it. I've...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Average for 4d data
Hi! How can I calculate the average for a 160x140x1x12 which are lat,lon,year and month. I want to calculate the average of mont...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to extract certain time in matrix data
Hi. I have a 476x160x140 precipittaion data (precip/time,lon,lat), from 1981 to 2011 in nc file. Can I extract certain data for...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can plot precipitation data with latitude longitude information? I have matrix of precipitation over the time,latitude and longitude all are in 470*160*140 dimensions.
How can plot precipitation data with latitude longitude information? I have matrix of precipitation over the time,latitude and l...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why do I get "Array indices must be positive integers or logical values"
J=rand(9); K=rand(12); L=rand(10); a=meshgrid(J,K,L); sc=3; [n,m,p0]=size(a); SI=zeros(n,m,p0); for ii=1:n for jj=1:m t...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to loop through cell arrays 3d
I have a 444x200x400 cell array, called chirps, that I am trying to loop through and do an equation on each cell. How would I do...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort