Jan de Wilde
Thales Nederland B.V.
Followers: 0 Following: 0
Statistics
RANK
10,905
of 301,296
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
4,570 of 21,225
REPUTATION
311
AVERAGE RATING
4.60
CONTRIBUTIONS
8 Files
DOWNLOADS
8
ALL TIME DOWNLOADS
2383
RANK
of 173,832
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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 ) );
12 years ago | 2
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...
13 years ago | 0
| accepted
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...
13 years ago | 1 answer | 0




