Feeds
回答済み
What is wrong with this line of script?
function [ dhdt ] = cylinder_tank_drain( t, h) %draining of a uniform cross sectional area tank (cylinder) r = [1:0....
What is wrong with this line of script?
function [ dhdt ] = cylinder_tank_drain( t, h) %draining of a uniform cross sectional area tank (cylinder) r = [1:0....
12年弱 前 | 0
質問
What is wrong with this line of script?
I've written: [t,h] = ode45('cylinder_tank_drain', [0, 200], h0) it keeps coming up with an error message what just says ther...
12年弱 前 | 4 件の回答 | 0
