photo

Jan de Wilde


Thales Nederland B.V.

Last seen: etwa 3 Jahre vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: radar: signal processing, image processing

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

etwa 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

fast 10 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 10 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 10 Jahre vor | 1 Download |

Gesendet


GetVolumes
Get an overview of all mounted USB/SD devices

etwa 10 Jahre vor | 1 Download |

Gesendet


GetEnvironment
Get all environment variables from Operating System

etwa 10 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


GetBits.m
Extract bits form an uint* word

mehr als 10 Jahre vor | 1 Download |

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

mehr als 10 Jahre vor | 2

Beantwortet
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...

mehr als 11 Jahre vor | 0

| akzeptiert

Gesendet


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

mehr als 11 Jahre vor | 2 Downloads |

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort