Feeds
提问
plotting during a for loop
So I was able to get my functions working. I have the script file global X i=1; for X=0.001:0.05:0.5; i=i+1; sol=fso...
12 years 前 | 1 个回答 | 0
1
个回答提问
Fsolve, function, and adding parameters to a script outside of a function help
So I have my function here function fcns = CSTReqs(w) S = w(1); X = w(2); CIBAP = w(3); CIBPE = w(4); CH2O = w(5); t...
12 years 前 | 0 个回答 | 0
0
个回答提问
Question about random numbers and rejecting
Hi there, I'm new to matlab. I'm trying to make a function, where you input a,b, and c generates a random integer from a to b an...
14 years 前 | 1 个回答 | 0
1
个回答提问
Tic and Toc question
Hi everyone, I just have a quick question. How would I numerate my tic and toc so that I can make my program stop after a certai...
14 years 前 | 2 个回答 | 0
