This page is continuously updating...
- To calculate combination,
nchoosek(x, y); % This function means "xCy". - vector inner product
dot(A,B) or sum(A.*b) - vector outer product
cross(A,B) - To drawing graph,
axis([ x-axis_start x-axis_end y-axis_start y-axis_end])
( e.g. axis([1 10 1 100]) )
title('title') %To write figure's title
댓글 없음:
댓글 쓰기