photo

Samuel Eronmwon


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
286,009
of 300,369

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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 2

View badges

Feeds

View by

Question


How to identify points on a graph of multiple functions
I wish to identify the point where y=0 for four functions on the same figure with a dot. I understand that interp1 can be used d...

2 years ago | 1 answer | 0

1

answer

Question


How can I assign to a variable an interval of numbers.
For example, how do I assign a variable R5 to be equal to 1 <= R5 <=20. I tried doing this R5 = (5 <= R5) && (R5 <= 60) but i...

3 years ago | 2 answers | 0

2

answers

Question


How to continue an if statement after using the switch function
I imbedded a switch function into an if statement but I'm finding it hard to nest my next if statment to the previous one.If you...

4 years ago | 1 answer | 0

1

answer