Skip to content
Snippets Groups Projects
Commit 440f7ed7 authored by marwan's avatar marwan
Browse files

dimension and delay for plugin released

parent 42358bb9
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ function [X, matext] = crp_plugin(x, y, m, t, e, mflag, hCRP, plugin_path, silen
% $Revision$
%
% $Log$
% Revision 4.3 2006/02/06 14:44:36 marwan
% plugin support for order patterns
%
% Revision 4.2 2005/04/15 09:03:03 marwan
% minor bugfix in plugin section
%
......@@ -41,8 +44,8 @@ try
m_str = {'MAX', 'EUC', 'MIN', 'NR', 'FAN', 'IN', 'OM', 'OP', 'EUC'};
dis_sign = 1; if mflag == 9, dis_sign = -1; end
system([plugin_path,filesep,rp_plugin,' -m ',num2str(1), ...
' -t ',num2str(1), ...
system([plugin_path,filesep,rp_plugin,' -m ',num2str(m), ...
' -t ',num2str(t), ...
' -e ',num2str(dis_sign * e), ...
' -n ',m_str{mflag}, ...
' -w ',num2str(0), ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment