Pritesh Patel
Indian Institute of Technology, Delhi
Followers: 0 Following: 0
統計
All
Feeds
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4年弱 前
質問
How to load intermediate variable into workspace while using ode45 ?
function dx=system (t,x) dx=-x(1); a=1; end %% function main tspan=1:100; x0=0; [t,x]=ode45(@system, tspan,x0...
4年弱 前 | 2 件の回答 | 0
