Skip to content

Commit

Permalink
iss #7 Addendum to prev commit - updated xp_plotimage.m
Browse files Browse the repository at this point in the history
  • Loading branch information
davestanley committed Apr 1, 2017
1 parent 2028267 commit ef6bda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library_plots/xp_plotimage.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


function xp_plotimage (xp,op)
function hxp = xp_plotimage (xp,op)
% xp must be 1D

if nargin < 2
Expand All @@ -23,7 +23,7 @@ function xp_plotimage (xp,op)
rgb = imresize(rgb,op.scale);
end

imshow(rgb);
hxp.hcurr = imshow(rgb);

end

Expand Down

0 comments on commit ef6bda4

Please sign in to comment.