photo

Nimbuzz Kurodo


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
205,838
of 300,321

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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


find the x value
i have three function part 1 : y=10 sqrt(x) + 20 x >= 8 part 2 : y=5x + 20 x <= x <= 8 part 3...

4 years ago | 1 answer | 0

1

answer

Question


how can i find the x Value
I have this three line code, how can i define "x" value part1 = @(x) (x >= 5).*(10*sqrt(x) + 25); part2 = @(x) (x >= 0 & x <= ...

4 years ago | 1 answer | 0

1

answer

Question


solving function from different formula
find x value from 3 different value of formula

4 years ago | 1 answer | 0

1

answer