Feeds
提问
ODE solver running continuously. Why?
I cannot figure out why my code (to solve for a system of ODE's) is running continuously. Every time I run it, I have to use CTR...
8 years 前 | 1 个回答 | 0
1
个回答提问
What does the tilde (~) in the following code mean?
function T= TempStefBoltz_3(~) sig = 5.67e-8; %W/m^2K^4 E =6000; %W/m^2 x=E/sig; t=nthroot(x,4); %K T=round(t);...
8 years 前 | 1 个回答 | 2

