Feeds
質問
I need to reverse contour LevelList
I had searched for it but couldn't fin an answer. My final was to conver a fortran code to matlab. I had done everything right, ...
3年以上 前 | 1 件の回答 | 0
1
回答回答済み
How can i call an equation and it's derivative inside a matlab function?
So I have it worked like this. function fd=fd(a) syms a fx=exp(-a)-a; fd=diff(fx); end and put "syms a" at the main functi...
How can i call an equation and it's derivative inside a matlab function?
So I have it worked like this. function fd=fd(a) syms a fx=exp(-a)-a; fd=diff(fx); end and put "syms a" at the main functi...
約4年 前 | 0
| 採用済み
質問
How can i call an equation and it's derivative inside a matlab function?
As a newbie, i like to ask a simple question. I am trying to impliment a newton-rapson method for a simple equation as an exampl...
約4年 前 | 2 件の回答 | 0
