Community Profile

photo

Yoni Verhaegen -WE-1718-


Last seen: 8일 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How to plot quiver vectors of same length and plot streamlines?
Hi all I have a velocity field from a glacier (horizontal: ui, and vertical: wi). I can plot it with the code below. How can I ...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

2개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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....

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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)...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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....

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 3년 전 | 답변 수: 2 | 2

2

답변

질문


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...

대략 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

3년 초과 전 | 0

질문


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...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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,...

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기