Estadística
4 Preguntas
41 Respuestas
19 Archivos
Cody3 Problemas
105 Soluciones
CLASIFICACIÓN
988
of 301.778
REPUTACIÓN
79
CONTRIBUCIONES
4 Preguntas
41 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
18
CLASIFICACIÓN
130 of 21.418
REPUTACIÓN
9.318
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
19 Archivos
DESCARGAS
142
ALL TIME DESCARGAS
83851
CLASIFICACIÓN
3.008
of 176.499
CONTRIBUCIONES
3 Problemas
105 Soluciones
PUNTUACIÓN
1.190
NÚMERO DE INSIGNIAS
6
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
1 Tema destacado
MEDIA DE ME GUSTA
5
Feeds
Enviada
TopoToolbox 3
A MATLAB software for the analysis of digital elevation models
alrededor de 24 horas hace | 2 descargas |
Enviada
ttminvoellmy
TopoToolbox interface to Hergarten minvoellmy model
4 meses hace | 2 descargas |
Enviada
TopoToolbox
MATLAB suite of functions for topographic analysis
9 meses hace | 73 descargas |
Discussion
Render landscapes
I think that MATLAB's Flipbook Mini Hack had quite some inspiring entries. My work largely deals with digital elevation models...
más de 2 años hace | 5
Pregunta
Does imread read subsets from cloud-optimized geotiffs
Hi, cloud-optimized geotiff (COG) is a format to work with spatial raster data in the cloud (https://www.cogeo.org/). I am curr...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...
más de 4 años hace
Resuelto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
más de 4 años hace
Resuelto
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
más de 4 años hace
Plot line with points at given distance
Since you are working with TopoToolbox, you might want to use the function getlocation. If you have a STREAMobj S, then you can ...
más de 4 años hace | 0
| aceptada
Inverse distance weighting based on direction
Hi Christian, interesting question. First of all, if you follow the IDW-approach, you might save a lot of computing time using ...
más de 4 años hace | 0
| aceptada
Resuelto
Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...
más de 5 años hace
Resuelto
Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] ...
más de 5 años hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 5 años hace
Pregunta
Fit Gaussian mixture model with weighted observations
Hi everyone, looking at the help of fitgmdist, I cannot see that there is the possibility to weight observations. Is there a rea...
más de 6 años hace | 3 respuestas | 0
3
respuestas2D gaussian filter with a variable sigma
Hi Chad, below is some code that does the trick using nlfilter. To be more efficient, I created a look-up table with a finite s...
alrededor de 7 años hace | 0
What makes a Toolbox a Toolbox, and how is it recognized by Matlab?
Hi Chad, the trick is to have a Contents.m-file in the main folder of your toolbox. In TopoToolbox, the file starts with T...
casi 8 años hace | 0
Enviada
Non-crossing polynomial quantile regression
Non-crossing polynomial quantile regression
más de 10 años hace | 2 descargas |
Enviada
Flow Accumulation (upslope area)
Flow accumulation algorithm that routes through flats
más de 11 años hace | 3 descargas |
Pregunta
Customized icons in workspace
Hi all, I have written a couple of MATLAB classes and, as icing on the cake, I'd like to have customized icons in the worksp...
más de 12 años hace | 0 respuestas | 1
0
respuestasResuelto
index of n in magic(n)
let input=5; magic matrix 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 ...
más de 12 años hace
Resuelto
Order of things - 1
Let's assume you have a number of calculations to perform, that depend on each other. E.g. 'A' can be calculated, once the outco...
más de 12 años hace
Resuelto
Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...
más de 12 años hace
Resuelto
Check if equal
Return true if all the elements of an nD array are equal, false otherwise.
más de 12 años hace
Resuelto
Add a row of zeros on top of a matrix
Given a matrix, insert a row of zeros as the top row.
más de 12 años hace
Resuelto
Too Many Zeros, Dump Them!
Sometimes when I create a matrix, I use this syntax: a = zeros(1000,1000); But when the function ends, I find that I don'...
más de 12 años hace
Resuelto
Enlarge array
Given an mxn numeric array (A) and a 1x2 vector (sz) indicating the dimensions [p q] to enlarge each element, return an (m*p)x(n...
casi 13 años hace
Resuelto
Pascal's pyramid
In Pascal's triangle each number is the sum of the two nearest numbers in the line above: 1 1 1 ...
casi 13 años hace











