Software Listing of Author : "Yair Altman"
- blurFigure - blurs and prevents interaction on a figure window
- License: Shareware
- Price:


blurFigure(hFig) blurs figure hFig and prevents interaction with it. The only interaction possible is with user-created controls on the blurring panel (see below)
- Publisher: Yair Altman
- Date Released: 21-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- checkClass
- License: Shareware
- Price:


checkClass inspects the specified java object reference or class-name
- Publisher: Yair Altman
- Date Released: 08-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- CodeSize
- License: Freeware
- Price: 0.00


CodeSize displays information about the number of files/lines/characters within a given source file (*.m/c/h/java), function handle or project folder.
- Publisher: Yair Altman
- Date Released: 11-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- cprintf - display formatted colored text in the Command Window
- License: Shareware
- Price:


CPRINTF processes the specified text using the exact same FORMAT arguments accepted by the built-in SPRINTF and FPRINTF functions
- Publisher: Yair Altman
- Date Released: 07-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- enable/disable figure
- License: Shareware
- Price:


currentState = enableDisableFig(hFig, newState)
- Publisher: Yair Altman
- Date Released: 16-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- getHWnd - retrieve the underlying Windows handle for Matlab figure(s)
- License: Shareware
- Price:


HWnd = GETHWND retrieves the current figure (gcf)'s underlying Windows handle, thus enabling integration of Matlab GUI in C/C++/C# programs
- Publisher: Yair Altman
- Date Released: 26-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- GetMyIP - Retrieves external IP address & reverse nslookup
- License: Shareware
- Price:


IP = GETMYIP retrieves the current machine's external IP
- Publisher: Yair Altman
- Date Released: 23-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- getundoc - get undocumented object properties
- License: Shareware
- Price:


GETUNDOC('OBJECT') or GETUNDOC(H) returns a structure
- Publisher: Yair Altman
- Date Released: 21-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- handleError - generic error-handling function
- License: Freeware
- Price: 0.00


handleError is a general-purpose error-handling function.
- Publisher: Yair Altman
- Date Released: 25-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Java-based data table
- License: Freeware
- Price: 0.00


createTable creates a 2D java-based table that enables display, editing and sorting of 1D and 2D data using familiar look-and-feel.
- Publisher: Yair Altman
- Date Released: 05-01-2013
- Download Size: 41 KB
- Download
- Platform: Matlab, Scripts
- OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT)
- License: Freeware
- Price: 0.00


OfficeDoc reads/writes/appends and formats data, images & figure screenshots in Microsoft Office documents, from within the Matlab environment
- Publisher: Yair Altman
- Date Released: 12-06-2013
- Download Size: 123 KB
- Download
- Platform: Matlab, Scripts
- PlotData - display plot raw-data in data-tables
- License: Freeware
- Price: 0.00


PLOTDATA(hPlotFig) scans the supplied figure handle for any plot axes; for each plot axes found, a new spreadsheet is created with the plot data values (X & Y, not Z)
- Publisher: Yair Altman
- Date Released: 17-05-2013
- Download Size: 41 KB
- Download
- Platform: Matlab, Scripts
- PropListener - add a callback to property value get/set event
- License: Shareware
- Price:


This is an enhancement of Matlab's hidden and unsupported addlistener function (within the uitools folder)
- Publisher: Yair Altman
- Date Released: 23-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- rae2xyz
- License: Shareware
- Price:


A variation of Matlab's sph2cart, that transforms a vector of radar coordinates (Range, Azimuth, Elevation) to Cartesian coordinates (East, North, Up)
- Publisher: Yair Altman
- Date Released: 10-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- ScreenCapture - get a screen-capture of a figure frame or component
- License: Shareware
- Price:


ScreenCapture gets a screen-capture of any Matlab GUI handle (including desktop, figure, axes or uicontrol), or a specified area rectangle located relative to the specified handle.
- Publisher: Yair Altman
- Date Released: 16-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- setFigTransparency - set figure transparency / fading
- License: Shareware
- Price:


setFigTransparency sets the figure hFig's transparency value
- Publisher: Yair Altman
- Date Released: 26-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- setPrompt - Set the Command Window prompt
- License: Shareware
- Price:


setPrompt(newPrompt) sets the Command Window prompt to the specified NEWPROMPT
- Publisher: Yair Altman
- Date Released: 21-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- statusbar
- License: Shareware
- Price:


statusbar sets the status-bar text of the Matlab desktop or a figure
- Publisher: Yair Altman
- Date Released: 26-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- TabComplete
- License: Shareware
- Price:


Argument tab-completion occur when the user presses
- Publisher: Yair Altman
- Date Released: 21-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- ticklabelformat - set a dynamic format of axes tick labels
- License: Shareware
- Price:


ticklabelformat enables setting the axes tick labels format. The format is preserved during zoom/pan
- Publisher: Yair Altman
- Date Released: 15-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- UICOMPONENT - expands uicontrol to all Java classes
- License: Freeware
- Price: 0.00


UICOMPONENT is intended as a direct replacement of Matlab's built-in UICONTROL and JAVACOMPONENT functions
- Publisher: Yair Altman
- Date Released: 07-06-2013
- Download Size: 31 KB
- Download
- Platform: Matlab, Scripts
- UIINSPECT - display methods-properties-callbacks of an object
- License: Shareware
- Price:


UIINSPECT inspects an object handle (e.g., Java, COM, Handle Graphics, Matlab class, Dot-Net etc.)
- Publisher: Yair Altman
- Date Released: 03-03-2013
- Download Size: 31 KB
- Download
- Platform: Matlab, Scripts
- UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers
- License: Shareware
- Price:


UISPLITPANE splits the specified container(s) (figure, panel or frame, referenced by handle(s) hParent) into two distinct panes (panels) separated by a movable divider.
- Publisher: Yair Altman
- Date Released: 22-06-2013
- Download Size: 61 KB
- Download
- Platform: Matlab, Scripts
- xyz2rae
- License: Freeware
- Price: 0.00


A variation of Matlab's cart2sph, that transforms a vector of Cartesian coordinates (East, North, Up) to radar coordinates (Range, Azimuth, Elevation).
- Publisher: Yair Altman
- Date Released: 25-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
