photo

Jan de Wilde


Thales Nederland B.V.

Last seen: casi 3 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: radar: signal processing, image processing

Estadística

All
  • 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.

casi 8 años hace | 1 descarga |

Thumbnail

Enviada


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

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

Thumbnail

Enviada


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

casi 10 años hace | 1 descarga |

Thumbnail

Enviada


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

casi 10 años hace | 1 descarga |

Enviada


GetVolumes
Get an overview of all mounted USB/SD devices

casi 10 años hace | 1 descarga |

Enviada


GetEnvironment
Get all environment variables from Operating System

casi 10 años hace | 1 descarga |

Thumbnail

Enviada


GetBits.m
Extract bits form an uint* word

alrededor de 10 años hace | 1 descarga |

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 ) );

alrededor de 10 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 11 años hace | 0

| aceptada

Enviada


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

más de 11 años hace | 2 descargas |

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 11 años hace | 1 respuesta | 0

1

respuesta