Rank: 630 based on 187 downloads (last 30 days) and 5 files submitted
photo

Vihang Patil

E-mail

Personal Profile:

Professional Interests:
Image Processing, Machine Vision

 

Watch this Author's files

 

Files Posted by Vihang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 May 2009 Screenshot GIF Player This function will display the animated GIF's in the figure window Author: Vihang Patil animated, animation, player, gif, images 59 5
  • 3.66667
3.7 | 3 ratings
18 Mar 2008 Restore previous working directory on MATLAB Startup This simple program will restore the last working directory on resuming MATLAB Author: Vihang Patil directories, restore, previous working dire..., path, resume last working d..., files 21 1
  • 3.0
3.0 | 1 rating
03 Mar 2008 Screenshot Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil color recognition, machine vision, camera, color 67 2
  • 5.0
5.0 | 2 ratings
16 Jan 2008 Screenshot Magic!!!. Guesses the number in your mind!! This game will guess the number in your mind. Its Magic!! Author: Vihang Patil guess number, mind, magic, games, game 19 3
  • 4.0
4.0 | 2 ratings
15 Jan 2008 Program to generate applications which are time bound/evaluation Create stand alone application which is time bound to distriute for demo purposes. Author: Vihang Patil time bound, demo, stand alone, license 21 2
  • 2.5
2.5 | 2 ratings
Comments and Ratings by Vihang
Updated File Comments Rating
29 Oct 2008 Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil

Samuel. This program is developed in R2006b, a version which is much more newer than the one you are using Matlab6p5. You will need to update your software to atleast R2006b or higher

Comments and Ratings on Vihang's Files View all
Updated File Comment by Comments Rating
30 Jan 2009 GIF Player This function will display the animated GIF's in the figure window Author: Vihang Patil Troy

I was going to use this to display a loading icon, which works fine if I put a break point in the code. The problem is that it freezes when the rest of the code executes. Is there a way to make it work in parallel?

Thanks

15 Jan 2009 Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil Rehman, Yawar

06 Jan 2009 Restore previous working directory on MATLAB Startup This simple program will restore the last working directory on resuming MATLAB Author: Vihang Patil Köhler, Andreas

I made the following modification to finish.m such that my startup.m - which already contains important data - is not overwritten:

%%%%%%% finish.m %%%%%%
str = pwd;%store present working directory in the variable str

% figure out where to put restorewd script
pathstr=userpath;
if(isempty(pathstr))
  pathstr=[matlabroot filesep 'work'];
else
  pathstr=pathstr(1:find(pathstr==pathsep)-1);
end

fid = fopen(fullfile(pathstr,'restorewd.m'),'wt');%open file for writing
fprintf(fid,'answer = questdlg(''Do you want to continue working in the previous working directory'',''Restore Last Working Directory'',''Yes'',''No'',''Default'');\n');%write this and the following 3 lines into restorewd.m
fprintf(fid,'cd(''%s'');\n',str);
fprintf(fid,'end');
fclose(fid);%close file
%fprintf(fid,'end');
fclose(fid);%close file

Now, create or append to your existing startup.m:

if exist('restorewd')==2
  restorewd
end

29 Oct 2008 Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil Patil, Vihang

Samuel. This program is developed in R2006b, a version which is much more newer than the one you are using Matlab6p5. You will need to update your software to atleast R2006b or higher

09 Oct 2008 Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil Sam, Samuel

I execute eyekon but encountered the following errors:

??? Error using ==> load
Unable to read MAT file C:\MATLAB6p5\work\maingui.fig

See FILEFORMATS for a list of known file types and the functions used to read them.

Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\hgload.m
On line 45 ==> fileVars = load(filename,'-mat');

Error in ==> C:\MATLAB6p5\toolbox\matlab\graphics\openfig.m
On line 89 ==> [figs, oldvis] = hgload(filename, struct('Visible','off'));

Error in ==> C:\MATLAB6p5\toolbox\matlab\uitools\gui_mainfcn.m (local_openfig)
On line 184 ==> gui_hFigure = openfig(name, singleton, 'auto');

Error in ==> C:\MATLAB6p5\toolbox\matlab\uitools\gui_mainfcn.m
On line 82 ==> gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt);

Error in ==> C:\MATLAB6p5\work\maingui.m
On line 40 ==> [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});

Error in ==> C:\MATLAB6p5\work\eyekon.m
On line 2 ==> h = maingui;

Can you tell me what's wrong with my configuration. Thanks!

Top Tags Applied by Vihang
animated, camera, color, color recognition, demo
Files Tagged by Vihang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 May 2009 Screenshot GIF Player This function will display the animated GIF's in the figure window Author: Vihang Patil animated, animation, player, gif, images 59 5
  • 3.66667
3.7 | 3 ratings
18 Mar 2008 Restore previous working directory on MATLAB Startup This simple program will restore the last working directory on resuming MATLAB Author: Vihang Patil directories, restore, previous working dire..., path, resume last working d..., files 21 1
  • 3.0
3.0 | 1 rating
03 Mar 2008 Screenshot Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition Author: Vihang Patil color recognition, machine vision, camera, color 67 2
  • 5.0
5.0 | 2 ratings
16 Jan 2008 Screenshot Magic!!!. Guesses the number in your mind!! This game will guess the number in your mind. Its Magic!! Author: Vihang Patil guess number, mind, magic, games, game 19 3
  • 4.0
4.0 | 2 ratings
15 Jan 2008 Program to generate applications which are time bound/evaluation Create stand alone application which is time bound to distriute for demo purposes. Author: Vihang Patil time bound, demo, stand alone, license 21 2
  • 2.5
2.5 | 2 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com