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.
我正在 GSL 中寻找曲线拟合(非线性)函数。就像我们在 Matlab 中有 Polyfit 函数一样,GSL 中是否也有相同类型的函数?
谢谢
使用 GSL,您可以同时进行线性拟合和非线性拟合。
尽管对于新手来说它的使用可能有点困难。