Lagrange Interpolating Polynomials using Matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Rizaldy
el 11 de Jul. de 2019
Comentada: Muhammad Rizaldy
el 13 de Jul. de 2019
Hello.,
Anybody here can help me to solve my I/O curve fitting using lagrange method. Here is below I attached several direction that I nedd to find. I also attached the script that I've do it before and my example curve fitting in PPT. Thank you
Best Regards,
Rizaldy
0 comentarios
Respuesta aceptada
Torsten
el 12 de Jul. de 2019
You must use a fitting tool, not an interpolation tool to solve your problem.
Apply "polyfit" with x-values = Generation Output [MW] and y-values = Fuel Cost [NT$/kWh] and n = 3.
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!