Feeds
提问
Fsolve and initial guesses
Hi, I have a system of nonlinear equations and corresponding variabls that I need to solve for. I use the 'fsolve' function an...
2 years 前 | 1 个回答 | 0
1
个回答提问
Interpreting the results of 'fsolve'
Hi, I have a system of 11 nonlinear equations to solve for 11 unknowns. I use the 'fsolve' function with the following code: %...
2 years 前 | 3 个回答 | 0
3
个回答提问
Fsolve with different combinations of parameters
Hi, I have a system of 11 nonlinear equations and 11 unknown variables that I would like to solve for. The nonlinear equations ...
2 years 前 | 2 个回答 | 0
2
个回答提问
matrix operation to scalar
Hi, I have an operation c(t,1)/a(t,1) which takes as inputs an element from both a c and a vector. The output of this operation...
3 years 前 | 1 个回答 | 0
1
个回答提问
Writing a long equation in MATLAB
Hi, I need help writing this equation in MATLAB: where: My proposed code is: d = ((1/(gamma*(abar(t-1,1) - a(t-1,1))...
3 years 前 | 1 个回答 | 0
