MATLAB B spline function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Suresh Nayak Bhukya
el 18 de Sept. de 2019
Respondida: Sulaymon Eshkabilov
el 25 de Jun. de 2021
How to write a MATLAB code to draw the cubic B-spline using MATLAB B spline function with 10 control points
?? = [ 0 1 ]; ?? = [ 0.5 3 ]; ?? = [ 0.8 2 ];?? = [ 1 10]; ?? = [ 1.7 8 ]; ?? = [ 1.9 9 ]; ?? = [ 2 21]; ?? = [ 2.5 23]; ?? = [ 2.6 30]; ??? = [ 3 40]
2 comentarios
Respuestas (1)
Sulaymon Eshkabilov
el 25 de Jun. de 2021
Here is the help doc explains all steps of b-spline fn2fm():
and spline():
https://www.mathworks.com/help/matlab/ref/spline.html?searchHighlight=spline&s_tid=srchtitle
0 comentarios
Ver también
Categorías
Más información sobre Spline Postprocessing 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!