Rank: 1306 based on 50 downloads (last 30 days) and 9 files submitted
photo

Jordi Palacin

E-mail
Company/University
Universitat de Lleida

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Jordi View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Mar 2011 Screenshot calc calc.m is a basic and simple calculator in a single script file. Author: Jordi Palacin gui 10 0
22 Feb 2011 Screenshot ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin data exploration, scanned plot, ocr plot, graphics, reverse, vectorial 16 10
  • 4.66667
4.7 | 6 ratings
30 Dec 2009 Screenshot pen / mouse draw input template Basic template for pen / mouse graphical draw processing. Author: Jordi Palacin pen, mouse, draw, graphical input 7 0
29 Jul 2008 Screenshot getfigure.m Get/Copy plot lines from another figure Author: Jordi Palacin data exploration, graphics, menu item, graphical, data, exploration 3 1
  • 5.0
5.0 | 1 rating
18 May 2007 Screenshot Interactive games: Space invaders + Breakout Two interactive games in one GUI Author: Jordi Palacin games, vision, movement, game 11 3
  • 5.0
5.0 | 2 ratings
Comments and Ratings on Jordi's Files View all
Updated File Comment by Comments Rating
15 Dec 2011 ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin Abraham, David

Just tried it out and it works simply and well. I like software that doesn't require any reading of manuals, and the results are great. Thanks!

03 Jun 2010 ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin Enrico

Bug "Delete an area of the curve...:
I think all is needed to correct it is to change line 420 with
rbbox %(no arguments)

03 Jun 2010 ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin Enrico

Comparing with GRABIT
(http://www.mathworks.co.uk/matlabcentral/fileexchange/7173-grabit):

-Zooming the figure is not possible in reverseplot;
-reverseplot doesn't mark the datapoints manually pointed at, while marking them one by one, only at the end;
-reverseplot does not offer to delete the last point erroneously pointed (could e.g. be bound to Backspace)

-GRABIT misses the automatic curve detection;

Besides, I just realized that in reverseplot "Delete an area of the curve..." has a bug (the selection rectangle is misplaced)

Anyway, both pieces of software are nice and useful.

03 Jun 2010 ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin Enrico

I see no reason why png should not be supported. To that extent, it is sufficient to change lines 84-90 with:

[filename, pathname] = uigetfile( ...
       {'*.jpg;*.jpeg;*.gif;*.bmp;*.tif;*.png','All suported formats'
        '*.jpg;*.jpeg','JPEG (*.jpg;*.jpeg)'; ...
        '*.gif','Gif (*.gif)'; '*.png','PNG (*.png)'; ...
        '*.bmp','Bitmap (*.bmp)'; ...
        '*.tif','TIFF (*.tif)'}, ...
         'Open scanned image...');

16 Jul 2009 ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin Enrico

Coooooool. I've found a basic bug, though. In function loaddata, lines 98-100,
        info = imfinfo([lower(pathname) lower(filename)]);
        [a,map] = imread([lower(pathname) lower(filename)]);
is plainly wrong on a case-sensitive OS like unix, and files with uppercase pathnames won't load. Removing all lower() solves the problem.

Top Tags Applied by Jordi
data exploration, engineering units, graphics, interaction, strings
Files Tagged by Jordi View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Mar 2011 Screenshot calc calc.m is a basic and simple calculator in a single script file. Author: Jordi Palacin gui 10 0
22 Feb 2011 Screenshot ReversePlot To create a new plot from a scanned image file Author: Jordi Palacin data exploration, scanned plot, ocr plot, graphics, reverse, vectorial 16 10
  • 4.66667
4.7 | 6 ratings
30 Dec 2009 Screenshot pen / mouse draw input template Basic template for pen / mouse graphical draw processing. Author: Jordi Palacin pen, mouse, draw, graphical input 7 0
29 Jul 2008 Screenshot getfigure.m Get/Copy plot lines from another figure Author: Jordi Palacin data exploration, graphics, menu item, graphical, data, exploration 3 1
  • 5.0
5.0 | 1 rating
18 May 2007 Screenshot Interactive games: Space invaders + Breakout Two interactive games in one GUI Author: Jordi Palacin games, vision, movement, game 11 3
  • 5.0
5.0 | 2 ratings

Contact us at files@mathworks.com