91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

計(jì)算一個(gè)封閉區(qū)域的最小外接矩形的matlab代碼。

資源截圖

代碼片段和文件信息

function?[rectxrectyareaperimeter]?=?minboundrect(xymetric)
%?minboundrect:?Compute?the?minimal?bounding?rectangle?of?points?in?the?plane
%?usage:?[rectxrectyareaperimeter]?=?minboundrect(xymetric)
%
%?arguments:?(input)
%??xy?-?vectors?of?points?describing?points?in?the?plane?as
%????????(xy)?pairs.?x?and?y?must?be?the?same?lengths.
%
%??metric?-?(OPTIONAL)?-?single?letter?character?flag?which
%????????denotes?the?use?of?minimal?area?or?perimeter?as?the
%????????metric?to?be?minimized.?metric?may?be?either?‘a(chǎn)‘?or?‘p‘
%????????capitalization?is?ignored.?Any?other?contraction?of?‘a(chǎn)rea‘
%????????or?‘perimeter‘?is?also?accepted.
%
%????????DEFAULT:?‘a(chǎn)‘????(‘a(chǎn)rea‘)
%
%?arguments:?(output)
%??rectxrecty?-?5x1?vectors?of?points?that?define?the?minimal
%????????bounding?rectangle.

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????5241??2011-10-23?21:03??minboundrect.m

評(píng)論

共有 條評(píng)論

相關(guān)資源