Rank: 768 based on 90 downloads (last 30 days) and 23 files submitted
photo

Vassili Pastushenko

E-mail
Company/University
Johannes Kepler University of Linz

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Vassili View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 Mar 2008 Screenshot SUBPLANE Removes a manually selected plane from data matrix. Author: Vassili Pastushenko image analysis, remove slope, subtract plane, detilt 5 2
  • 5.0
5.0 | 3 ratings
07 Feb 2008 Screenshot SWIDDER virtual 2D-slider virtual 2D slider for GUI integer or float, NaN below minX, minY Author: Vassili Pastushenko data exploration, 2d slider, gui, selection, integer, float 1 6
  • 2.66667
2.7 | 3 ratings
29 Jan 2008 Screenshot Mouse LINe with minimal step, no chunks nonstop drawing/(removing via mouse click) lines Author: Vassili Pastushenko data exploration, gui, data selection, mouse, line 4 0
25 Jan 2008 Screenshot LINe <--> PATch convertor Toggles LINe(s)<-->PATch(es) using 'color'<-->'Facecolor' Author: Vassili Pastushenko data exploration, line, patch, conversion, graphics 1 5
  • 2.0
2.0 | 1 rating
12 Dec 2007 Screenshot DISPLACE drags nonmodified line/patch/text objects Author: Vassili Pastushenko data exploration, drag, displace, move, line, patch 1 0
Comments and Ratings on Vassili's Files View all
Updated File Comment by Comments Rating
07 Jun 2011 BIPFIT Fits a bipolynomial of prescribed orders to a data matrix. Author: Vassili Pastushenko Albornoz, Jose

Simple but effective!

22 Jan 2010 SURFIT Approximation of a matrix via an optimal bipolynomial of user-defined orders. Author: Vassili Pastushenko Ulrich

Thanks a lot. I searched ages for something simple to remove a linear planar fit from my 2d matrix. And now I can even easily remove higher polynomal orders. I use it before doing image crosscorellation with the dftregistration.

20 Sep 2009 SAVFILT Generalization and improvement of SGOLAYFILT(Dat,1,Frame). Author: Vassili Pastushenko Simon, Jan

You can accelerate the processing by ~30%, if you replace the lines:
  81: BEGIN=DatF(1:2:W,:);
  ...
  95: DatF=DatF.*WEIG;
with:
  w1 = transpose(1:2:W);
  iw1 = 1 ./ w1;
  iw1C = iw1(:, ones(1, C));
  BEGIN = DatF(w1, :);
  ENDIN = cumsum(Dat(R:-1:R-W+1, :));
  DatF(HW+2:R-HW-1, :) = (DatF(W+1:R-1, :) -
         DatF(1:R-W-1, :)) .* (1 / W);
  DatF(1:HW+1, :) = BEGIN .* iw1C;
  DatF(R:-1:R-HW, :) = ENDIN(w1, :) .* iw1C;
Kind regards, Jan

13 Feb 2008 SWIDDER virtual 2D-slider virtual 2D slider for GUI integer or float, NaN below minX, minY Author: Vassili Pastushenko Min, Shih

Less than 2nd rate. Why bother with this, if VP can't be bothered to make it easy to use? Not a uicontrol anyway. Just as easy to use use ginput if you must create a new figure window.

13 Feb 2008 INTERPOL Standard quadratic and cubic interpolation, and cubic with (improved) continuous derivatives. Author: Vassili Pastushenko Kincaid, Georgina

No better than the interpolation tools already in matlab.

The help looks like it was written by a third grader. Not worth reading the impenetrable help to figure out how to use this to interpolate.

Top Tags Applied by Vassili
approximation, interpolation, data exploration, fit, graphics
Files Tagged by Vassili View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 Mar 2008 Screenshot SUBPLANE Removes a manually selected plane from data matrix. Author: Vassili Pastushenko image analysis, remove slope, subtract plane, detilt 5 2
  • 5.0
5.0 | 3 ratings
07 Feb 2008 Screenshot SWIDDER virtual 2D-slider virtual 2D slider for GUI integer or float, NaN below minX, minY Author: Vassili Pastushenko data exploration, 2d slider, gui, selection, integer, float 1 6
  • 2.66667
2.7 | 3 ratings
29 Jan 2008 Screenshot Mouse LINe with minimal step, no chunks nonstop drawing/(removing via mouse click) lines Author: Vassili Pastushenko data exploration, gui, data selection, mouse, line 4 0
25 Jan 2008 Screenshot LINe <--> PATch convertor Toggles LINe(s)<-->PATch(es) using 'color'<-->'Facecolor' Author: Vassili Pastushenko data exploration, line, patch, conversion, graphics 1 5
  • 2.0
2.0 | 1 rating
12 Dec 2007 Screenshot DISPLACE drags nonmodified line/patch/text objects Author: Vassili Pastushenko data exploration, drag, displace, move, line, patch 1 0

Contact us at files@mathworks.com