polyfit
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
x = linspace(0, 8 * pi, 15);
y = sin(x);
p = polyfit(x, y, 7)