photo

Jan de Wilde


Thales Nederland B.V.

Last seen: alrededor de 4 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: radar: signal processing, image processing

Estadística

All
MATLAB Answers

1 Pregunta
2 Respuestas

File Exchange

8 Archivos

CLASIFICACIÓN
11.555
of 300.331

REPUTACIÓN
4

CONTRIBUCIONES
1 Pregunta
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
4.556 of 20.920

REPUTACIÓN
311

EVALUACIÓN MEDIA
4.60

CONTRIBUCIONES
8 Archivos

DESCARGAS
8

ALL TIME DESCARGAS
2381

CLASIFICACIÓN

of 168.124

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

  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


bordertext( varargin )
Place text on borders of the figure, border of the subplots, on the inner-side or outer-side.

alrededor de 9 años hace | 1 descarga |

4.6 / 5
Thumbnail

Enviada


Selector( str, choices, nochoice, timeout )
Alternative for menu, with time out and 2D-button placing

casi 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


ViewStruct.m
Display the full structure/contents of a 'struct'

alrededor de 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


SaveEditorProfile.m
Save editor content and create a 'restore'-function

alrededor de 11 años hace | 1 descarga |

0.0 / 5

Enviada


GetVolumes
Get an overview of all mounted USB/SD devices

alrededor de 11 años hace | 1 descarga |

0.0 / 5

Enviada


GetEnvironment
Get all environment variables from Operating System

alrededor de 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


GetBits.m
Extract bits form an uint* word

más de 11 años hace | 1 descarga |

0.0 / 5

Respondida
How do I measure mean of every 10 data of a vector size 1x1500?
*Avoiding loops* , try: A = rand(1,1500); % your data M = mean( reshape( A, 10, 150 ) );

más de 11 años hace | 2

Respondida
How to determine which axes are linked with linkaxes()?
I found the solution by myself ... but I want to share it on Matlab Central. See GetLinkedAxes (available in MatlabCentra...

más de 12 años hace | 0

| aceptada

Enviada


GetLinkedAxes
Get all the axes-handles which are linked to the axis-handle.

más de 12 años hace | 1 descarga |

0.0 / 5

Pregunta


How to determine which axes are linked with linkaxes()?
In my main function I've created some subplots and linked them with linkaxes(). How can I determine in another function (or C...

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

1

respuesta