photo

Mani Teja


Last seen: 約4年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to find an equation of the tangent line to the curve f(x,y) =0 at the....
Hello Peter, This should help: syms x y f(x,y) f(x,y) = 4*x + 2*y -x*y +3*x^2 -5*y^2 +5; a = f(2.4, -2.7927); a = vpa(a,4);...

4年以上 前 | 0

回答済み
ode45 with a vector of inputs with respect to time stamp
Hello Japnit, From your question, I am not sure what kind of errors are occuring. After running the program, I got this error: ...

4年以上 前 | 0

質問


How to remove Spikes from a signal
Hello everyone, I have a plot below which consists of two curves: 1. Red Curve - Original 2. Green Dotted Curve - Target I...

5年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Reorganizing cell array according to column
Hello Danna, The below code can be used if you are looking for other ways apart from using the "Sort" function: % Converting f...

5年以上 前 | 0