Bitmap/Bézier curves/Cubic: Difference between revisions

m
(Added solution for MATLAB)
Line 425:
 
=={{header|MATLAB}}==
SaveNote: Store this function in a file named "bezierCurve.mat" in the @Bitmap folder asfor bezierCurve.matthe Bitmap class defined [[Bitmap#MATLAB|here]].
<lang MATLAB>
function bezierCurve(obj,pixel_0,pixel_1,pixel_2,pixel_3,color,varargin)
Anonymous user