photo

benjamin ma


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
8,648
of 297,457

REPUTATION
5

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Thankful Level 1

View badges

Feeds

View by

Question


somthing wrong with loop in my code
for i=0:length(t) if(i>=0 && i<0.15) disp('Steg1') v1=velocity(v0,a,t,t0); else t...

11 years ago | 0 answers | 0

0

answers

Question


how to calculate max and mean for big matrix 10*155 but i need to pick the value after coloumn 50?
Do i need to create a new matrix and input all value from col 50 to 155? or i can do it in some other ways but not to make new m...

11 years ago | 1 answer | 0

1

answer

Question


How do I add a marker at one specific point on a plot?
I have the following plot: I annotated a red dot at the point I would like to mark. How can I add a marker at this point?

11 years ago | 4 answers | 2

4

answers