Question


match vector with first column of matrix
I have a matrix 'Mat' and a vector 'v', I want to match the vector 'v' with the first row of 'Mat' such that I get an output 'r...

4 years ago | 2 answers | 0

2

answers

Answered
find the nearest values
Try the ismember function

4 years ago | 0

Answered
making coarse matrix from fine resolution matrix
scaling = 5; %%% I scale Z1 by factor of 5 so that sepblockfun works, %%%%% sepblockfun is developed by MattJ and is available...

4 years ago | 1

Question


making coarse matrix from fine resolution matrix
Hi, I am trying to make a coarse resolution matrix of 3600x1800 from a 8640x4320 matrix by summing up the elements of the matrix...

4 years ago | 3 answers | 0

3

answers

Question


To rasterize polygons without using GUI
Hi, I am trying to rasterize a feature (POP2005) of a shapefile containing 246 countries. If I follow the example in https://d...

4 years ago | 0 answers | 0

0

answers

Question


From vector data to raster
I am trying to convert a vector data corresponding to countries in a shapefile to raster at 0.1 degree resolution, For this I a...

4 years ago | 0 answers | 0

0

answers

Question


remove chunkSize while creating a nc file in matlab
I am creating a .nc file after processing another file in MATLAB. I want the created .nc file to be of exactly the same format a...

5 years ago | 0 answers | 0

0

answers

Question


Can the matlab bar function handle negetive values now?
I want to plot the negetive values in a stacked bar graph in the negetive direction. I became aware that the 'bar' function cann...

5 years ago | 0 answers | 0

0

answers