資源簡介
基于Matlab玫瑰圖程序rose.m改進,標注值由原先的各組分中元素的數量,變為各組分中元素數量占全部元素數量的百分比。分為只畫線和畫線并涂灰兩個版本
代碼片段和文件信息
function?[toutrout]?=?my_rose_ratio(varargin)
%ROSE???Angle?histogram?plot.
%???MY_ROSE_MAGN(THETAMAGN)?plots?mean?values?of?MAGN?for?the?angles?in?THETA.??
%???THETA?and?MAGN?must?be?in?same?size.
%???The?angles?in?the?vector?THETA?must?be?specified?in?radians.
%
%???MY_ROSE_MAGN(THETAMAGNN)?where?N?is?a?scalar?uses?N?equally?spaced?bins?
%???from?0?to?2*PI.??The?default?value?for?N?is?20.
%
%???MY_ROSE_MAGN(THETAMAGNX)?where?X?is?a?vector?draws?the?histogram?using?the
%???bins?specified?in?X.
%
%???MY_ROSE_MAGN(AX...)?plots?into?AX?instead?of?GCA.
%
%???H?=?MY_ROSE_MAGN(...)?returns?a?vector?of?line?handles.
%
%???[TR]?=?MY_ROSE_MAGN(...)?returns?the?vectors?T?and?R?such?that?
%???POLAR(TR)?is?the?histogram.??No?plot?is?drawn.
%???
%???Created?base?on?ROSE?Revision?5.14.4.4?b
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????7077??2019-06-23?20:35??polar_percenttick_0onN.m
?????文件???????7098??2019-06-23?20:35??polar_percenttick_0onN_patch.m
?????文件???????3177??2019-06-23?20:05??my_rose_ratio.m
?????文件???????3195??2019-06-23?20:28??my_rose_ratio_patch.m
-----------?---------??----------?-----??----
????????????????20547????????????????????4
- 上一篇:遺傳算法計算最短距離
- 下一篇:Runge_Kutta解微分方程 Matlab代碼
評論
共有 條評論