Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 MATLAB 的lsqnonlin函数时,我试图给出一个用户定义的雅可比矩阵,如文档中所述。
lsqnonlin 中使用的目标函数的输出应该是一个未平方值的向量,当平方和求和时,它会给出能量。但是,雅可比应该是平方值还是非平方值的偏导数?
未平方值是正确的。