Community Profile

photo

Yoni Verhaegen -WE-1718-


Last seen: 1日 前 2019 年からアクティブ

統計

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Content Feed

表示方法

質問


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

8日 前 | 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...

1年以上 前 | 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

回答

さらに読み込む