Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.931 Times

Script File Matlab freeware
Filter: All | Freeware | Demo
 

Script File Matlab

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 608

Versioning file names This script has the following action: if the specified file exists, it is versioned by appending to the extension a three-digit number, starting with "000".It's pomp;quot;0ake backups of files before you mangle them. A standard way of doing so is to appending to the extension an incremented... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Versioning file names Download

Added: May 10, 2013 | Visits: 599

Quicken QIF file class and conversion This script contains a simple class to represent a Quicken (QIF) file, and a parser to load a QIF file into a sequence of those classes. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Quicken QIF file class and conversion Download

Added: May 10, 2013 | Visits: 671

Find duplicate file names This script looks for files with identical file names. If requested, file sizes are also compared. You can search current directory or a list of directories specified on the command line.Search can be restricted to files with names containing a string, or with names matching a regular expression.... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Find duplicate file names Download

Added: May 10, 2013 | Visits: 532

General purpose file iterator class This script presents a general purpose file object iterator cum file object proxy class.It provides a class that gives several iterator functions to read a text file by characters, words, lines, paragraphs or blocks. It also acts as a proxy for the wrapped file object. ts as a pOne way to do it... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): General purpose file iterator class Download

Added: May 10, 2013 | Visits: 631

Generic file processor method Generic file processor method script helps you to manage files. Old LineReader class was thrown to /dev/null - fd will really be exhausted during each call of process(), so a simple method is enough. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Generic file processor method Download

Added: May 10, 2013 | Visits: 554

Downloading a File from the Web This script reads the contents of a web file and copies them into a local file, named the same as the web file. Platforms: *nix, Python, BSD

License: Freeware Download (55): Downloading a File from the Web

Added: May 10, 2013 | Visits: 590

Find a file given a search path Given search paths separated by a separator, this script finds the first file that matches a given specification. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Find a file given a search path Download

Added: May 10, 2013 | Visits: 1.033

Execute Python program from Windows Cmd. file This script generates a Windows command file that executes a Python program. The windows command file will have the same filename as the Python program, but will have a '.cmd' extension instead of '.py. It will pass its command line arguments to the Python progxtension br /> Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 330

Tracking file requests in web server access logs This script helps you to find out how often and by who a particular file is being requested. It prints the requesting addresses, hostnames, access times, and hit counts. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 511

Big file sorting Big file sorting script allows you to sort big ASCII files. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Big file sorting Download

Added: May 10, 2013 | Visits: 1.172

File Explorer on the Web FeW (File Explorer on the Web) is a php script that allow users to manage their files via the web. Users can create, delete, rename, zip, upload and download files and directories. Being serverside, makes it easily viewable by light/old browsers. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (68): File Explorer on the Web Download

Added: July 28, 2013 | Visits: 488

MATLAB TUTOTIAL This file is for begainers, who wanted to learn the MATLAB in short duration of time. Platforms: Matlab

License: Freeware Size: 757.76 KB Download (51): MATLAB TUTOTIAL Download

Added: August 14, 2013 | Visits: 551

Fixed-Point Programming in MATLAB Webinar Materials The attached zip file contains the slides, MATLAB M-files, and Simulink models that were used in the Fixed-Point Programming in MATLAB webinar from December 8, 2005 by Tom Bryan. The recorded webinar is linked off of the Fixed-Point Toolbox web page Platforms: Matlab

License: Freeware Size: 1.63 MB Download (46): Fixed-Point Programming in MATLAB Webinar Materials Download

Added: May 28, 2013 | Visits: 603

Using Weka in Matlab The file demonstrates interfacing Java with Matlab by using weka (Machine learning software, written in JAVA) as an example. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Using Weka in Matlab Download

Added: August 02, 2013 | Visits: 490

Using MATLAB to Develop Portfolio Optimization Models A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post... Platforms: Matlab

License: Freeware Size: 204.8 KB Download (51): Using MATLAB to Develop Portfolio Optimization Models Download

Added: May 09, 2013 | Visits: 440

JMatIO - Matlab's MAT-file I/O in JAVA JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.Currently supported data types are:+ Double array+ UInt8, Int8 array+ UInt64, Int64 array+ Char array+ Structure+ Cell array+ Sparase arraythis project is also available at http://sf.net/projects/jmatio Platforms: Matlab

License: Freeware Size: 204.8 KB Download (46): JMatIO - Matlab's MAT-file I/O in JAVA Download

Added: June 15, 2013 | Visits: 454

Programming Patterns in MATLAB This file contains slides from the talk I gave at the 1997 MATLAB User's Conference. It shows some programming patterns in MATLAB, relevant to version 5.0 and beyond. A few of the patterns may be suboptimal because of MATLAB changes since 1997. Platforms: Matlab

License: Freeware Size: 235.52 KB Download (46): Programming Patterns in MATLAB Download

Added: July 08, 2013 | Visits: 486

MATLAB function list Writes to file a sorted list of MATLAB functions for all MathWorks products installed on the machine (that the function is executed on). Denotes which functions are built-in to help with syntax highlighting. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB function list Download

Added: April 23, 2013 | Visits: 383

Calling functions from a user defined shared library his package is composed in fact of 2 things :- First thing is MATLAB M file, with a dll and a header file. This script shows how to call some functions from the dll included- The zip file included is the complete Visual studio project, in Visual Studio .NET format, in order to build the Dll... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Calling functions from a user defined shared library Download

Added: July 11, 2013 | Visits: 603

MEX-file template for Project Builder This MacOS X Project Builder template can be used to easily create a MATLAB MEX-file project. Source level debugging of the MEX-files is the primary benefit of using this template. Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): MEX-file template for Project Builder Download

< 1 2 3 4 5