Mathieu Boutin
INRS-EMT
Followers: 0 Following: 0
Ph.D. Candidate in wireless communications Professional Interests: wireless communications
Statistics
RANK
115,340
of 296,468
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
2,327 of 20,379
REPUTATION
748
AVERAGE RATING
4.80
CONTRIBUTIONS
4 Files
DOWNLOADS
6
ALL TIME DOWNLOADS
6045
RANK
of 156,514
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
Feeds
How do I break out of nested loops using the BREAK command in MATLAB 7.7 (R2008b)?
for i=1:10 for j=1:5 i=10; %Set i to the last value of the outer loop variable. break end end
7 years ago | 1
Submitted
Compare Functions
Compare points between two functions (f1>f2, f1<f2, f1==f2), by first finding intersection points.
12 years ago | 1 download |
Function ecdf break down for large datasets
Hi Martin. You could try my new homemade function and see if it works fine: %%%%%%%%%%%%%%%%%%%%%%%%%%%%% function [v_f...
13 years ago | 0
Submitted
Homemade ECDF
Gives the ECDF (Empirical Cumulative Distribution Fonction) from a data set.
13 years ago | 2 downloads |
Submitted
Random Waypoint mobility model
Generates a random waypoint mobility scenario for any number of nodes. Animation included.
14 years ago | 2 downloads |
Submitted
Fine Tuning Figure Toolbar
Toolbar to fix axis poisition so as to remove annoying blank margins. Also, set precise figure size.
14 years ago | 1 download |