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

*** empty log message ***

parent 50a886d4
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,9 @@ function xout=jrp(varargin) ...@@ -80,6 +80,9 @@ function xout=jrp(varargin)
% $Revision$ % $Revision$
% %
% $Log$ % $Log$
% Revision 1.2 2005/04/04 09:52:53 marwan
% bug in distance plot and colormap selection fixed
%
% Revision 1.1 2005/03/16 16:22:29 marwan % Revision 1.1 2005/03/16 16:22:29 marwan
% support for joint recurrence plots added % support for joint recurrence plots added
% %
...@@ -318,7 +321,7 @@ end ...@@ -318,7 +321,7 @@ end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% switch routines %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% switch routines
%try try
switch(action) switch(action)
...@@ -883,8 +886,8 @@ set(0,'ShowHidden','Off') ...@@ -883,8 +886,8 @@ set(0,'ShowHidden','Off')
%%%%%%% error handling %%%%%%% error handling
if 0 %if 0
%catch catch
try, if nogui==0 try, if nogui==0
for i=1:length(obj.enable), set(obj.children(i),'Enable',obj.enable{i}); end for i=1:length(obj.enable), set(obj.children(i),'Enable',obj.enable{i}); end
set(h(1),'String','Apply',... set(h(1),'String','Apply',...
......
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