Software Listing of Author : "Elmar Tarajan"
- FWAITBAR
- License: Shareware
- Price:


Creates and displays a waitbar depending on the file position indicator(FID). Due to the fact that the waitbar updates automatically via timer function it is not necessary to update it manually in each cycle of the loop. H = FWAITBAR(FID) initializes the waitbar due to file identifier obtained from FOPEN. The length of the bar will compute due to file position indicator obtained from FTELL. The handle to the waitbar figure is returned in H. FWAITBAR(FID,'message') initializes the wait bar with a specified message. FWAITBAR is typically used outside a FOR/WHILE loop that performs a lengthy operation with readout of files. Example fid=fopen('fopen.m'); fwaitbar(fid); while 1 tline = fgetl(fid); if ~ischar(tline), break, end disp(tline) pause(0.05) end fclose(fid);
- Publisher: Elmar Tarajan
- Date Released: 26-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- MAT2XLS
- License: Shareware
- Price:


The function allows to create MS Excel documents and assigns the specified properties and values to customize the output in excel. Use usually known standard properties like "backgroundcolor", "fontname", "HorizontalAlignment" and many other to customize the output in excel.
- Publisher: Elmar Tarajan
- Date Released: 26-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Memory Monitor
- License: Shareware
- Price:


"Memory Monitor" displays runtime memory information like available RAM, JAVA memory ressources, size of the page file and MATLAB specific values like count of the handles graphics objects, count of M-File in Memory, available RAM and largest available memory block under current matlab session.
- Publisher: Elmar Tarajan
- Date Released: 08-01-2013
- Download Size: 20 KB
- Download
- Platform: Matlab, Scripts
- MCommander
- License: Freeware
- Price: 0.00


MCommander v2.0 - It contains a Pathbrowser with the ability to start m and p-files, load/browse mat-files, and open fig, html, jpg-files. - It saves your individual settings (like drives or favorite directories) for subsequent MC sessions. - You can manage the MatlabSearchpath more easily. - It was never so easy to manage variables between/in Mat-files and the WorkSpace. It offers easy access to variables, including COPY, MOVE, COPYinSTRUCT, CLEAR, RENAME, LOAD, SAVE, and EDIT. (like Norton Commander) These are only some of the more important features of MCommander. It's only one file (mc.p) and uses ONLY the "built-in" functions of MATLAB. This is my first WebRelease of MCommander! (and not the last if you support me ;) Please write me (German, Russian, English) if you have any Problems with my Baby :))) I'am very interested...
- Publisher: Elmar Tarajan
- Date Released: 01-04-2013
- Download Size: 133 KB
- Download
- Platform: Matlab, Scripts
- passcode
- License: Freeware
- Price: 0.00


answer = PASSCODE creates a modal dialog box that returns user password input. Given characters are substituted with '*'-Signs like in usual Windows dialogs. answer = PASSCODE without input parameter allows to type any ASCII-Character answer = PASSCODE('digit') allows only digits as input characters [0-9] answer = PASSCODE('letter') allows only letters as input characters [a-z_A-Z] answer = PASSCODE(<string>) allows to use characters from the specified string only See also PCODE.
- Publisher: Elmar Tarajan
- Date Released: 11-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- UIGETDATE
- License: Shareware
- Price:


UIGETDATE date selection dialog box T = UIGETDATE(D) displays a dialog box in form of a calendar UIGETDATE expects serial date number or standard MATLAB Date format (see DATESTR) as input data und returns serial date number for the selected date and time. UIGETDATE by itself uses the current date and time as input data Example: t = datestr( uigetdate('16-Aug-1974 03:00') ) See also datevec, datestr, datenum
- Publisher: Elmar Tarajan
- Date Released: 17-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- UITAN
- License: Freeware
- Price: 0.00


for R2008a only! Example for creating custom UI-Objects using MATLAB OOP class system. This example code shows how to create an own UI-Object which allows almost the same workflow (SET/GET) as the usual MATLAB UI-Objects.
- Publisher: Elmar Tarajan
- Date Released: 03-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- UITANK
- License: Shareware
- Price:


for R2008a only! Example for creating custom UI-Objects using MATLAB OOP class system. This example code shows how to create an own UI-Object which allows almost the same workflow (SET/GET) as the usual MATLAB UI-Objects.
- Publisher: Elmar Tarajan
- Date Released: 10-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts