how to obtain patial_derivative_matrix_linear_least_square ?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Dear all,
When solving linear least squares in Matlab, can I get the matrix of partial derivatives numerically derived via Matlab, in a similar way to lsqnonlin ?
Aiden Jobe
1 comentario
"Get it" from what? If it is linear least squares, i.e., you are minimizing
f(x) = |A*x-b|^2
don't you have the matrix A already? For a linear problem, A itself would be the matrix of partial derivatives (of the residuals).
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!