photo

Mani Teja


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0