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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
