Feeds
提问
vpasolve giving incorrect answers for a system of trigonometric equations. How do I set bounds to the solution?
I'm trying to use vpasolve to solve a system of trigonomic equations. Known variables are Sa1, Sa2, and Sa3. Unknown variables a...
1 year 前 | 1 个回答 | 0
1
个回答提问
Am I violating statistical principals with my method of using lsqnonlin?
I have a project for which I'm trying to optimize parameter estimates to match measured and modeled data. I came up with paramet...
2 years 前 | 0 个回答 | 0
0
个回答提问
Does lsqnonlin handle a matrix objective function?
How does lsqnonlin handle a matrix? assuming something like [Final_Ests,resNormal] = lsqnonlin(LSQ_obj_fnctn,initialGuess,LB,U...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to (efficiently) replace eval() with subs() for symbolic equations
Hi, I've been trying to convert a code I have for modeling a curve into a Simulink model (so, eventually, I'll be able to run a...
7 years 前 | 1 个回答 | 0
