photo

Jan de Wilde


Thales Nederland B.V.

Last seen: ongeveer 4 jaar ago Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: radar: signal processing, image processing

Statistics

All
MATLAB Answers

1 Question
2 Answers

File Exchange

8 Files

RANK
11.561
of 300.321

REPUTATION
4

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
4.556 of 20.913

REPUTATION
311

AVERAGE RATING
4.60

CONTRIBUTIONS
8 Files

DOWNLOADS
8

ALL TIME DOWNLOADS
2381

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

ongeveer 9 jaar ago | 1 download |

4.6 / 5
Thumbnail

Submitted


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

bijna 11 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

ongeveer 11 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

ongeveer 11 jaar ago | 1 download |

0.0 / 5

Submitted


GetVolumes
Get an overview of all mounted USB/SD devices

ongeveer 11 jaar ago | 1 download |

0.0 / 5

Submitted


GetEnvironment
Get all environment variables from Operating System

ongeveer 11 jaar ago | 1 download |

0.0 / 5
Thumbnail

Submitted


GetBits.m
Extract bits form an uint* word

meer dan 11 jaar ago | 1 download |

0.0 / 5

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

meer dan 11 jaar ago | 2

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

meer dan 12 jaar ago | 0

| accepted

Submitted


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

meer dan 12 jaar ago | 1 download |

0.0 / 5

Question


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

meer dan 12 jaar ago | 1 answer | 0

1

answer