How to correct this recursive function with function handle?

前端 未结 0 853
悲哀的现实
悲哀的现实 2020-12-30 18:02

I\'m writing function in MATLAB about De Casteljau algorithm. Here is code:

function result = decasteljau(pts,i,r)
%pts - control points
%for final curve set          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题