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

default figure background color bug fixed

parent 9383bd29
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,9 @@ function out=fnn(varargin) ...@@ -55,6 +55,9 @@ function out=fnn(varargin)
% $Revision$ % $Revision$
% %
% $Log$ % $Log$
% Revision 5.7 2010/01/15 12:16:58 marwan
% bug on check of data length
%
% Revision 5.6 2010/01/06 08:59:24 marwan % Revision 5.6 2010/01/06 08:59:24 marwan
% bugfix if embedding exceeds data length % bugfix if embedding exceeds data length
% %
...@@ -580,7 +583,7 @@ case 'compute' ...@@ -580,7 +583,7 @@ case 'compute'
if nogui if nogui
out=FNN; out=FNN;
end end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% output %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% output
case 'plot_fnn' case 'plot_fnn'
...@@ -609,6 +612,7 @@ case 'end' ...@@ -609,6 +612,7 @@ case 'end'
end end
set(0,'ShowHidden','off') set(0,'ShowHidden','off')
try set(0,props.root), end
......
...@@ -60,6 +60,9 @@ function varargout=mi(varargin) ...@@ -60,6 +60,9 @@ function varargout=mi(varargin)
% $Revision$ % $Revision$
% %
% $Log$ % $Log$
% Revision 3.15 2010/06/29 12:49:57 marwan
% debugging line removed
%
% Revision 3.14 2009/03/24 08:32:57 marwan % Revision 3.14 2009/03/24 08:32:57 marwan
% copyright address changed % copyright address changed
% %
...@@ -625,6 +628,7 @@ case 'end' ...@@ -625,6 +628,7 @@ case 'end'
end end
set(0,'ShowHidden','off') set(0,'ShowHidden','off')
try set(0,props.root), end
......
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