how to call a string into a function
1 次查看(过去 30 天)
显示 更早的评论
I am currently working on a GUI wherein you can input numbers then it will graph the answer. The function is a differential equation and im using ode45. How am i going to use the inputted number to the function?
For example:
function dxdt=rhs(t,x);
dxdt= 3*exp(-t);
end
I need the 3 there to be a user inputted number.
I will really appreciate it. Thank you so much :)
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!