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

Walter Roberson
Walter Roberson 2019๋…„ 9์›” 18์ผ
Aniket Agrawal
Aniket Agrawal 2021๋…„ 6์›” 25์ผ
Did u got the code i also need it. Please help!

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.

๋‹ต๋ณ€ (1๊ฐœ)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021๋…„ 6์›” 25์ผ

0 ๊ฐœ ์ถ”์ฒœ

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

์นดํ…Œ๊ณ ๋ฆฌ

๋„์›€๋ง ์„ผํ„ฐ ๋ฐ File Exchange์—์„œ Spline Postprocessing์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

์ œํ’ˆ

ํƒœ๊ทธ

์งˆ๋ฌธ:

2019๋…„ 9์›” 18์ผ

๋‹ต๋ณ€:

2021๋…„ 6์›” 25์ผ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by