Community Profile

photo

Buttercup12


Last seen: 約2年 前 2021 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


Error tolerance in ODE45
What's the role of the error tolerance in ode45? What does it do?

約2年 前 | 1 件の回答 | 0

1

回答

質問


How do you save values from a for-loop in a vector?
I have the following: for ml=100:50:1000 z=fzero(@(x) y(x,ml), [1 10]); disp(num2str(z)) end But I need each valu...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How do you create a composite function in matlab?
If I have two functions, like function a=func1(x) and function b=func2(q,p) as examples. Is it possible to combine them to...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Why do I get the error "Unrecognized function or variable" with this
I'm trying to create a function that gives the value of y given any x. I have two matrixes (speed1 and time) that shows correspo...

約3年 前 | 2 件の回答 | 0

2

回答