• 大小: 8KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: Matlab
  • 标签: Matlab  百分比  

资源简介

基于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


评论

共有 条评论