photo

matlab


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변