Feeds
提问
Debugging is taking too long| Iterative Newton-Raphson Method
So I'm trying to find a value iteratively using the Newton-Raphson Method. It's working, I think, but it's just taking a really ...
7 years 前 | 0 个回答 | 0
0
个回答提问
How to run script iteratively
So I just finished a code for a class of mine that works fine. However, I need to be able to change the value of just one variab...
7 years 前 | 1 个回答 | 0
1
个回答提问
FUN must be a function, a valid character vector expression, or an inline function object. | fzero
function T = FA(y) for i = 1:length(y) if y(i) >= 12.5 N1(i)= 0 N2(i)= 8 N3(i)= 9 N4(i)...
7 years 前 | 1 个回答 | 0
