• 大小: 6KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: Matlab
  • 标签: mm1  排队  matlab  

资源简介

排队理论的matlab代码 可以直接运行 可以模拟mm1,mmn模型

资源截图

代码片段和文件信息

function servpath(sdir)

% SERVPATH add the counting processes and random number
% directories to the path. 
% Alternatively you may add to your startup.m:
%  addpath(‘path_to_stsim\service‘ ...
%          ‘path_to_stsim\ranvar‘)
%  
%  servpath([sdir])
%
% Input: 
%      sdir - optional; path to the main directory with the
%         files. Default - current directory.

% Authors: R.Gaigalas I.Kaj
% v1.0 17-Dec-05

  if nargin<1
    sdir = pwd;
  end

 addpath(sdir regexprep(sdir ‘service‘ ‘ranvar‘));
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        876  2006-01-06 11:47  service\README

     文件        538  2005-12-18 05:08  service\servpath.m

     文件        191  2002-10-08 05:37  service\simgeod1.m

     文件       1416  2002-10-07 11:22  service\simmd1.m

     文件       1749  2002-10-07 12:51  service\simmg1.m

     文件       2210  2005-12-03 08:18  service\simmginfty.m

     文件       1302  2002-10-07 11:08  service\simmm1.m

     文件       4829  2005-12-18 05:03  service\simstmginfty.m

     目录          0  2009-08-30 00:22  service

----------- ---------  ---------- -----  ----

                13111                    9


评论

共有 条评论