Rank: 4389 based on 4 downloads (last 30 days) and 1 file submitted
photo

German Voronov

E-mail
Company/University
Samsung Semiconductor Israel R&D

Personal Profile:
Professional Interests:
CMOS Sensor Image Processing

 

Watch this Author's files

 

Files Posted by German
Updated   File Tags Downloads
(last 30 days)
Comments Rating
15 Dec 2006 Screenshot MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov development environme..., editor, ctrl tab, switch, utilities, environment 4 8
  • 5.0
5.0 | 6 ratings
Comments and Ratings by German View all
Updated File Comments Rating
06 Mar 2010 Multithreaded Bilateral filter Example of a multithreaded implementation of a bilateral filter using a MEX file. Author: Jose Vicente Manjon-Herrera

I made a mistake in my previous comment. Here is an update
It looks like the loops definition in the thread function should be
    for(j=ini;j<fin;j++)
    for(i=0;i<cols;i++)
    {
        for(jj=0;jj<v;jj++)
        for(ii=-v;ii<=v;ii++)
        {

06 Mar 2010 Multithreaded Bilateral filter Example of a multithreaded implementation of a bilateral filter using a MEX file. Author: Jose Vicente Manjon-Herrera

works fast but wrong and crashes
It looks like the loops definition in the thread function should be
    for(j=ini;j<fin;j++)
    for(i=0;i<cols;i++)
    {
        for(ii=-v;ii<=v;ii++)
        for(jj=-v;jj<=v;jj++)
        {

Comments and Ratings on German's Files View all
Updated File Comment by Comments Rating
17 Oct 2009 MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov Dwork, Nicholas

This product works great if I run the executable after starting Matlab every time. Is there a way to make it so that I don't have to do this? That is, is there a way to get Matlab to recognize the Cntl-Tab hot key without manually running the executable when Matlab starts up?

14 Dec 2006 MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov Ruinskiy, Dima

A small remark - the latest versions of the Matlab editor (R2006a and above I think) do support Ctrl+F4 for closing windows, so the application might accidentally have a double Ctrl+F4 sent and cause two files to be closed on one key combination. This is not desirable behavior. So I think either the key combination should be optional, or more exact.

14 Dec 2006 MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov Ruinskiy, Dima

What a stupid interface change in MATLAB7. Thank you, German, for the very useful utility.

18 May 2006 MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov Barnea, Lee

I've been longing for such a util. works great on W2K

19 Apr 2005 MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov polishchuk, valik

Thank you very much!

Top Tags Applied by German
ctrl tab, development environment, editor, environment, gaussian
Files Tagged by German View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Jan 2009 Screenshot Function Approximation Encoding allows to represent any L2 function through a set of coefficients in a proper base. Author: Ugo Pattacini wavelet, gaussian, cubic spline, jacobi, approximation 16 0
15 Dec 2006 Screenshot MEditor Ctrl+Tab support Windows tray application that provides Ctrl+Tab support for MATLAB 7 Editor. Author: German Voronov development environme..., editor, ctrl tab, switch, utilities, environment 4 8
  • 5.0
5.0 | 6 ratings

Contact us at files@mathworks.com