Kai
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
27.365
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Feeds
Pregunta
print figure with fixed border
How can I create and print figures with a fixed, predefined border? The context is to create a series of pictures to be used in...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Creating array by picking certain elements from another array
Let's say I am given two arrays A and B of size 100x100x5. The entries of A are either NaN or integers from 1 to 10, such that t...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Call subfunction many times: Nested or local
I have a question regarding performance. Consider the following code: test1 = 0; for k = 1:100000 test1 = testfun(t...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Repeat and shift array elementwise
Hey, I have some problem about dealing with arrays. I think it is best explained with some example, so let's say I'm given the v...
alrededor de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Find inner points among a set of points on a regular grid
I am dealing with the following problem: *Given a two-dimensional regular grid G = [a*h:h:b*h]x[c*h:h:d*h] and a subset S of ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Convert gridded data to coordinate matrix
Hello, I was wondering if there is some Matlab command to convert gridded data to a coordinate matrix. For instance, I have ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Strange results for evaluating quadratic function on a linspace
Could it be that linspace is not working quite exactly? Consider the following code: X = linspace(-1.2,1.2,25); F =@(...
más de 6 años hace | 2 respuestas | 0