Pregunta


how to create timeline plot?
Hi all, I want to create a timeline plot similer to the following: North | |||||||||||||||||||||||||||| ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to store data in a matrix?
Hi all, I want to loop over the third dimension of the 3D matrix and calculate the average then sore the resulted data in a ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get time series from 3D matrix?
Hi all, I want to get the time series from the 3D matrix the has the dimention of (8*11*1416), the result is getting (1416*1...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to download data from website?
Dear all, I am trying to download data from the following website https://oceandata.sci.gsfc.nasa.gov/MODIS-Aqua/Mapped/Dai...

alrededor de 5 años hace | 4 respuestas | 0

4

respuestas

Pregunta


How to loop over this lines?
Hi all, could anyone help to creat a loop over the folloing lines? Thanks a lot for the help. SW_NRS = nan(11,8,960); S...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to correct time ?
Hi all, the from netCDF file shows: time Size: 365x1 Dimensions: time Data...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why nanmean error?
Hi all, I am trying to average 3d matrix that have nan values, but I am getting the following error: Error using nanme...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to plot contour of matrix?
Hi all.. the attached plot is showing the time vs. latitude for the sea surface temperature (SST) anomalies (see attachment a...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to read data from characters?
Hi all, I am trying to read the variables from the list of characters those are saved as .mat file 'attached screenshot.' ea...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to reshape 3d matrix?
Hi all, I have a 3d matrix with the dimension of 1*458*289 that should be reshaped to be 458*289*1. I used permut function b...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to average multiple monthly data?
Hi all, I've downloaded MODIS satellite monthly average data from 2003-2018 as a .nc files to get SST data. from the extracted...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to title the plots using for loop?
Hi all, I have a char array (attached) that i want to use it as a title in the for loop any help would be appreciated. ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to store the data into 3d matrix?
Hi all, i have two different 3d matrices (lat = 40*1*1461, lon= 23*1*1461) that I apply the following commands to specify th...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to save and plot different matrix?
Hi all, I've written the following code to get the matrix of SST (sea surface temperature), but also I want to get the plot ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to convert character data to double?
Hi all, i have a char array that has these values below, which i want to get a bouble array of it. 01/04/2016 02/04/20...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


finding data in a matrix
Hi all, I am in a trouble :( i do have a matrix of 251*28 that I want to extract the data by giving x and y values (columns...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to flip the direction of the axis?
Dear all, I want to change the x-axis direction from right to left but also keeping the values to be not affected (reversed/...

más de 5 años hace | 1 respuesta | 3

1

respuesta

Pregunta


how to add date in the title ?
Dear all, I have a for loop to get a subplots of (2,5,i) % i = 1:10 that I want to add the title of the plots using speci...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to do pcolor plots?
Hi all, I've attached an example of the plot that I want to make it. it shows on x-axis = depth y-axis = time z-axi...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to do the data extraction data from a 3D matrix
Hi all, I have a 3D matrix with a dimension of (251*28*10) that I want to extract a specific data from it. As the extracted...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to do the 3d averaging ?
Hi all, I have a 3d matrix that has the dim of 61*81*3 (data*data*days) I want to calculate the mean of the 3rd dimension f...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create 3d matrix from the 2d matrix?
Hi all, I have a matrix of 251*27 dimension, that I want to store it in the new 3d one that has a dimension of 251*27*10. it...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to do Polar plot?
Hi all, Thank you for the help in advance. I wanted to plot the data usin' polar plot as the exmple shows https://matplotl...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


correlation shows NaN values?
Hi all, I would like to calculate the correlation between two vectors (1*744) for each. but the correlation output gives a ma...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how i do loop over column?
hi all, I have a matrix with the dim of 978 * 744 which I want to loop over a number of a column with time step equal to 168...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do I match the datetick?
Hi all, I've attached the plot that I want to correct the datetick (it doesn't match with the real date). Could anyone help...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I draw the regular arrows for wind vector in a region?
Hello. I tried to draw the wind arrows of u & v winds using the grads. Data is hourly average/month If someone who knows how ...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how i do weekly average?
Hi all, I have a matrix of 978*744 which is = no. observation*hours in a month. and the attached mat file is the DateTime v...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do I plot reference arrow in quiver plot?
Hi all, I have a quiver plot that I want to plot a reference arrow on it? as the attachment shows. could anyone help? th...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fill the grid matrix?
Hi all, I extracted the data from files sequentially. The aim is ordering the values by the grid points; in the grid file, I...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Cargar más