Statistics
RANK
170,883
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Compiling resampled data arrays using For loop
Self-answered, for posterity... There are V variables stored in individual cells. Each cell contains R number of m x n arrays...
11 years ago | 0
| accepted
Question
indexing error: ()-indexing must appear last in an index expression
Do you know what is wrong with my indexing below? Thanks. vars = {'Cs' 'beta' 'As' 'TCI' 'TWI' 'hs'} tmp = cell(size(dem...
11 years ago | 2 answers | 0
2
answersQuestion
Compiling resampled data arrays using For loop
I have six 20x1 cell arrays each containing a remote sensing variable resampled at 20 levels of resolution. I want to merge the ...
11 years ago | 1 answer | 0
1
answerQuestion
resampling DEM using imresize in a for loop = cell array?
I have a replicated, 20 'layer' DEM datacube 2380x1707x20 and want to iteratively decrease the grid resolution of each layer, wh...
11 years ago | 1 answer | 0
1
answerQuestion
basic map visualization question
Hi, I have two datasets, a georeferenced raster (from tif) and a sparse point dataset with x,y vectors of euclidian coords. T...
11 years ago | 1 answer | 0
1
answerQuestion
interpolating regular to irregular data locations using griddata
Hello geostats aficionados, I'm using griddata to interpolate exhaustive, regular raster values to sparsely located sampling ...
11 years ago | 1 answer | 0
1
answerLarge datasets: Any way to perform regression analyses on select variables within a large table based on row name?
I've compiled a similar soils dataset and find grpstats() to be very useful for sorting and indexing my data, especially when th...
11 years ago | 0
Question
dataset arrays - extract and reconstruct variables
I'm trying to extract variables from multiple dataset arrays and compile them into a single dataset array that retains variable ...
11 years ago | 2 answers | 0
2
answersQuestion
merging two structures using join()
I've imported two xlsx files via importdata() and I'm trying to merge them with join() using a common key 'PitID'. The imported ...
12 years ago | 1 answer | 0