Software Listing of Author : "Paul"
- Add Simulink Blocks from a given Model File with context menu
- License: Shareware
- Price:


Customizes Simulink context menu with all blocks from a model file custom_context_menu_blocks.mdl. These blocks are accessible through context menu: Add custom block / List of blocks. The chosen block is added at the position of the mouse click that initiated the context menu. Please feel free to modify custom_context_menu_blocks.mdl to meet your expectations and needs. It might be neccessary to run sl_refresh_customizations command to refresh Simulink context menu or set the Matlab path correctly
- Platform: Matlab, Scripts
- DataTable Script
- License: Freeware
- Price: 0.00


It can export data into these kind of table formats: HTML, Wiki, Latex, and plain text.
- Platform: Matlab, Scripts
- Figure to Simulink subsystem mask icon converter
- License: Shareware
- Price:


Creates a mask icon for a Simulink subsystem from a given figure. This subsystem is masked with a ICON correspoding to lines in the figure. This is useful to illustrate the behaviour of the subsystem by a icon. You can use the simplot command to create it from the actual output. See the documentation of simplot (doc simplot) for further info. FUNCTION: function fig2simulinkmaskicon(hFig,colors) INPUTS: hFig - handle to a figure to be used (e.g. gcf) colors - (OPTIONAL) colors for different lines. Supported (default) colors: blue, red, green, magenta, yellow, cyan, black OUTPUTS: Creates a simulink subsystem with a given mask Prints out the Mask/Icon string in the command window. Example: h = figure; hold on; plot([0:0.1:10],sin([0:0.1:10])); plot([0:0.5:12],cos([0:0.5:12])); fig2simulinkmaskicon(gcf);...
- Platform: Matlab, Scripts
- Matlab driver DSO2090 Script
- License: Freeware
- Price: 0.00


It has been already tested on the Protek, Hantek and Voltcraft models.
- Platform: Matlab, Scripts
- Text progress bar
- License: Shareware
- Price:


This function creates a text progress bar to show progress of your script in the command window. It should be called with a STRING argument to initialize and terminate. Otherwise the number corresponding to progress in % should be supplied. INPUTS: Text string to initialize or terminate Percentage number to show progress OUTPUTS: N/A Example: Please see the demo_textprogressbar.m This function doesn't clear the command window.
- Platform: Matlab, Scripts
- Transparent Custom Skype Status Buttons
- License: Freeware
- Price: 0.00


A module that allows you to use transparent png's to display your Skype Status (the regular Skype images look ugly with their white background on some sites). Also allows you to use your own custom png's to display your status (requires that you have ftp or cPanel access after upload the module). This module requires that your have cURL installed on your server. Demo is at the bottom of the page :)
- Platform: PHP, Scripts
