photo

Eyal Ben-Hur


Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Message

Ph.D. in Ecology

Statistics

All
MATLAB Answers

1 Question
2 Answers

File Exchange

2 Files

Cody

0 Problems
14 Solutions

RANK
3,645
of 300,369

REPUTATION
15

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
5

RANK
9,417 of 20,936

REPUTATION
76

AVERAGE RATING
2.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
762

RANK
31,847
of 168,436

CONTRIBUTIONS
0 Problems
14 Solutions

SCORE
150

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Random walk or stepping
Here is a suggestion: A = zeros(5); % the matrix p ={2,2}; % initial location A(p{:}) = 1; % set initial location N = 20; % ...

7 years ago | 0

| accepted

Answered
Setting a title for a legend
I found the answer after some research of the undocumented properties of the legend. The most direct answer to the problem in th...

8 years ago | 4

| accepted

Question


Setting a title for a legend
The following code is the most minimal example that I could find. My true case is much more complicated: x = 1:0.1:10; y...

8 years ago | 3 answers | 1

3

answers