Community Profile

photo

Yoni Verhaegen -WE-1718-


Last seen: Today Con actividad desde 2019

Estadísticas

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Pregunta


How to match mean and standard deviation of 2 datasets for data that cannot be less than 0
Hi all, I have two datasets of monthly precipitation sums at a certain location. One of them is observed, the other is modelled...

alrededor de 1 mes hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to plot the image of a pdf file within subplot?
Hi all. I have an image stored in a PDF file which I would like to display as a part of a subplot in Matlab (see attachment). I...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Display Matlab 3D matrix in ParaView
Hi all, I have the velocity field of a glacier which I can plot in Matlab (file in attachment). I am however struggling to visu...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to transform data to have new minimum, maximum and average values?
Hi all, I have the following dataset with min = -6.3, max = 1.0 and mean = -3.3. Is there an easy way in matlab to transform th...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Displaying 3D data with adjusted transparency values in Matlab
I have a 3D matrix of size 300x178x124 that I plot using the slice command: diff = double(squeeze(glacier)); diff(diff==0)=nan...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to set surface transparency based on value?
Hi, I am plotting a surface and I want to add transparancy based upon the value of z2. Namely, if z2 = max(z2), the transparenc...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to overlay a surf plot with a 2D matrix
Hi all, I have a 3D matrix (300x178x125) describing the surface of a glacier, which is plotted with the slice command: clear a...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to calculate circular mean every 8 cells?
Hi all, I have a dataset with wind directions at 3-hourly time steps and I would like to calculate daily average wind direction...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Implementation of 2D advection equation with second order upwind scheme?
Hi all, I am trying to numerically discretize a 2D advection equation to model the transport of rocks with thickness (h_debris...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I model temperature advection due to percolating rain water?
Hi, I have a vertical column of a rock layer with the following vertical temperature distribution in Kelvin: Td = [305....

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I change the x labels on a boxchart plot?
I have a script for a boxchart plot, but I cannot find anywhere how to change the labels of the x axis. I want the 1, 2 and 3 re...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to reverse gradient of colormap in Matlab?
I have the data below in Matlab: However, when I plot it, yellow is given to the values close to 1 and dark blue to the values ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to increase temporal resolution from 3-hourly to hourly data with interpolation?
I have a dataset of temperatures measured at 3-hourly intervals which looks like this: 0 1.37660000000000 3 4.576600000000...

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

1

respuesta

Pregunta


How to reproject and resize a raster to match another raster of different resolution and coordinates?
Hi all, I have a first DEM of the area of the area around a glacier in the European Alps, which is in UTM zone 32N (EPSG 32632)...

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

0

respuestas

Pregunta


How to calculate land surface temperture from Landsat8 imagery in Matlab?
I have downloaded some Landsat 8 imagery and I want to calculate the LST (Land Surface Temperature) from these images in MATLAB....

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

0

respuestas

Pregunta


How to make a discrete colorbar with specified intervals?
Hi all, I want to change the default colorbar to a discrete one (i.e. with blocks) of non-evenly spaced intervals. I uploaded...

alrededor de 3 años hace | 2 respuestas | 2

2

respuestas

Pregunta


How to plot polygon from shapefile in Matlab
Hi all, I have the following polygon, which should represent the borders of Belgium, The Netherlands and Luxemburg. I am howev...

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

2

respuestas

Respondida
How to write lat,lon,data into geotiff with matlab?
For those searching for the same question: I wasn't able to write the file into a GEOTIFF in Matlab. I resolved the problem this...

alrededor de 3 años hace | 0

Pregunta


How to write lat,lon,data into geotiff with matlab?
I have the following (attachment): - 2D latitude file (240x446) - 2D longitude file (240x446) - 2D surface elevation chang...

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

2

respuestas

Pregunta


How to unzip .bz2 file in Matlab?
How can I unzip the following .bz2 automatically in Matlab to reveal the grib file inside? clear all close all fullURL1 = s...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find last non-NaN element and replace it with NaN?
How can I find for each row of the matrix in Matlab the index of the last non-NaN element and replace these values with NaN? Th...

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

1

respuesta

Pregunta


Use subscript and superscript in legend
Hi all, I am wondering how to implement text in a legend with both a superscript and a subscript, and with an horizontal bar,...

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

3

respuestas

Pregunta


Create gif from images in matlab
I have 5 images created with Matlab: seabreeze_3.png seabreeze_6.png seabreeze_9.png seabreeze_12.png seabreeze_15.png I w...

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

1

respuesta

Pregunta


Convert datetime into seperate columns
I have a CSV table that I load in Matlab and looks as follows (see below). I would like to separate the datetime column into sep...

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

1

respuesta

Pregunta


Matlab: change position of ylabel
I was wondering if it is possible to change the position of the ylabel. I would like to move it down (as suggested on the attach...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I convert time from seconds to decimal year in Matlab?
I have a dataset which includes the seconds that have passed since 2000-01-01 00:00:00.0 and I would like them to be converted t...

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

1

respuesta

Pregunta


Convert large xyz file into grid
I have a large XYZ file (300276x3, this file includes x and y coordinates (not lat/lon, but polar stereographic) and elevation z...

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

2

respuestas

Pregunta


How to merge multiple xyz files into 1 large array
I have a set of 501 XYZ files which I load in as for k = 1:501 % AIS SEC data AIS_SEC{k} = importdata(['A...

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

1

respuesta

Pregunta


Location of discrete colorbar ticklabels
Hi all, I plotted an imnage with a custom color map and a discrete color bar with the following code (see code and figure below...

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

1

respuesta

Pregunta


How to find intersection of 2 non-equally sized arrays in matlab
I have two non-equally sized arrays with irregular intervals. How can I find the x,y coordinate of the intersection point in Mat...

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

2

respuestas

Cargar más