photo

Kirby Runyon


Johns Hopkins University

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

7 Preguntas
3 Respuestas

CLASIFICACIÓN
196.990
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
85.71%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


For loop not working on logical indexing
I have a vector and a matrix. The vector is distance (22 elements long) and the logical matrix is LandingVelocities_index (22x54...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
How do I select data from a quiver plot?
quiver(x,y,u,v), hold on plot(x,y,'*'), brush on

casi 10 años hace | 0

| aceptada

Pregunta


How do I select data from a quiver plot?
I have position (x,y) and velocity (u,x) data plotted as a quiver plot. I would like to select only a subset of the data to anal...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Easily working with numerical data in a cell array
I have a bunch of n x 2 matrices stored in a 1 x 37 cell array. The first column of each matrix is an x-position and the 2nd col...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
Smoothing 1-dimensional geologic topography
Use smooth1q on the File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/37878-quick---easy-smoothing) by Damien G...

alrededor de 10 años hace | 0

| aceptada

Pregunta


Smoothing 1-dimensional geologic topography
I have a 2xn matrix describing a geologic transect in terms of position (in meters) and height (in meters). I would like to smoo...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
Discretize a topographic profile described by a degree-9 polynomial
Use feval to evaluate the function at the desired x locations. discrete_polynomial_values=feval(fitted_polynomial,x_positio...

alrededor de 10 años hace | 0

| aceptada

Pregunta


Discretize a topographic profile described by a degree-9 polynomial
I have a 2D topographic profile of sand dunes (height vs. distance) described (in a simplified way) as a polynomial. I need to d...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding corresponding values between vectors
umps_land is a vector and a subset of vector umps. The subset was selected graphically using the brush. vmps is a vector the sam...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fprintf and fopen changing the data I'm trying to write
I'm trying to save the result of calculations as an ASCII using fopen and fprintf, but my data becomes corrupted. Snippet below,...

más de 10 años hace | 1 respuesta | 0

1

respuesta