photo

matlab


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
119,431
of 300,584

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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
  • Thankful Level 1

View badges

Feeds

View by

Question


legend for graphs by while loop
how to make a legend for the plot generated by the below code (this is an example code) the legend look like (plot # , for ca...

5 years ago | 1 answer | 0

1

answer

Question


positive solutions error when solving eqn
Solving for how the error below can be solved: syms y x = 0.001; z = 0.0009; eqn = y^3 - 3*x*y + 3*z*x == 0 Sol_z = solve...

5 years ago | 1 answer | 0

1

answer

Question


Positive roots only for cubic eqn
How I get positive roots x^3 − 5x^2 − 2x + 24 = 0 Using syms x eqn=x^3 − 5x^2 − 2x + 24 ==0

5 years ago | 1 answer | 0

1

answer

Question


ode45 third order ode
how to solve f''' = { [3 * f' * (f'')^2] / [(f')^2 + 1]^(5/2) + 1/f^3 - 1/f^2 + 3} * { [(f')^2 + 1...

5 years ago | 1 answer | 0

1

answer