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.301.294 Times

Using Functions In Matlab software
Filter: All | Freeware | Demo
 

Using Functions In Matlab

1 2 3 4 5 > 
Added: June 22, 2013 | Visits: 298

Nested Functions in MATLAB twoFigs.m is an example M-file to accompany the article "Nested Functions in MATLAB" in the January 2006 issue of The MathWorks News & Notes.twoFigs.m is an example 2-figure GUI that uses nested functions to manage the data and state. Since the data is an image, it could be large and this example...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Nested Functions in MATLAB Download

Added: August 14, 2013 | Visits: 536

Using C# functions and forms in Matlab This script shows how C# functions/classes and forms (gui) can be used in Matlab.The zip contains:- a example c# class (ComMatlab.cs) with different inputs and outputs functions.- a info_ComMatlab.txt with the commands how to compile and register a c# activex control- a ComMatlabtest.m for...





Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Using C# functions and forms in Matlab Download

MATLAB video tutorial in Czech - Lesson 8: Scripts and functions This video describes creating scripts and functions in MATLAB in the Czech language. It's the eighth part of complete video tutorial about MATLAB and SIMULINK.AVI file is compressed by WinZIP, TechSmith Screen Capture Codec (TSCC) is necessary to view the file.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 6.55 MB Download (42): MATLAB video tutorial in Czech - Lesson 8: Scripts and functions Download

MATLAB video tutorial in Czech - Lesson 5: Rounding and trigonometric functions This video describes working with trigonometric and rounding functions in MATLAB in the Czech language. It's the fifth part of complete video tutorial about MATLAB and SIMULINK.AVI file is compressed by WinZIP, TechSmith Screen Capture Codec (TSCC) is necessary to view the file.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 5.98 MB Download (44): MATLAB video tutorial in Czech - Lesson 5: Rounding and trigonometric functions Download

Added: August 13, 2013 | Visits: 580

CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) A GENERALAZED CONVOLUTION COMPUTING CODE IN MATLAB WITHOUT USING MATLAB BUILTIN FUNCTION conv(x,h)


Platforms: Matlab

License: Freeware Size: 10 KB Download (54): CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) Download

Added: May 28, 2013 | Visits: 599

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 15, 2013 | Visits: 449

MATLAB video tutorial in Czech - Lesson 10: Symbolic math This video describes symbolic math functions in MATLAB in the Czech language. It's the tenth part of complete video tutorial about MATLAB and SIMULINK. Symbolic Math Toolbox is needed.AVI file is compressed by WinZIP, TechSmith Screen Capture Codec (TSCC) is necessary to view the file.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 12.36 MB Download (44): MATLAB video tutorial in Czech - Lesson 10: Symbolic math Download

Tips & Tricks: Getting started using optimization with MATLAB Contains the demos (plus a few extra) that were shown in the August 21, 2008 Webinar titled "Tips and Tricks: Getting started using optimization with MATLAB".Included parallel computing examples that were not shown in the webinar (require R2008a products)


Platforms: Matlab

License: Freeware Size: 2.14 MB Download (39): Tips & Tricks: Getting started using optimization with MATLAB Download

Added: May 22, 2013 | Visits: 475

TCP/IP Socket Communications in MATLAB Provides an example Server / Client written in MATLAB that utilises the ability to call Java inline to perform message communication using TCP/IP.Importantly it does not require any pre-compiled DLLs or force you to compile some MEX c-files. Nor does it require any additional toolboxes Its all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): TCP/IP Socket Communications in MATLAB Download

New Statistics Tools in MATLAB(R) and the Statistics ToolboxTM These are the M-files that accompany the webinar titled "New Statistics Tools in MATLAB and the Statistics Toolbox." View the recorded webinar here:http://www.mathworks.com/wbnr8328This webinar goes through 2 demos, described below:1) Analysis of survival data from motion controllers - this demo...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): New Statistics Tools in MATLAB(R) and the Statistics ToolboxTM Download

Added: July 14, 2013 | Visits: 370

A multi conditional goto-like implementation in Matlab 1. IntroductionEnough debate has been devoted from time to time to the luck of "go to" in Matlab.Ourselves being somewhat devoted followers of structured programming, we rarely useit in our FORTRAN applications and implementations. However, one cannot help thatsometimes there exists this need of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): A multi conditional goto-like implementation in Matlab Download

Added: April 16, 2013 | Visits: 416

print a gif in matlab % printgif(varargin) prints gif files in matlab% printgif accepts all print arguments in varargin.% printgif ignores all printer drivers passed to it% ('-deps', '-dtiff', etc.)% instead it used the -djpeg100' driver and converts% the resulting jpg file to a gif using% imread/rgb2ind/imwrite%%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): print a gif in matlab Download

Added: July 19, 2013 | Visits: 626

Large Data Sets in MATLAB Webinar Examples This webinar focuses on strategies and techniques for handling large amounts of data in MATLAB, including:d-deD? Understanding memory and its constraintsd-deD? Maximizing system resourcesd-deD? Minimizing your memory footprint in MATLABd-deD? Accessing memory across multiple systemsLeveraging...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (46): Large Data Sets in MATLAB Webinar Examples Download

Added: August 04, 2013 | Visits: 565

New Approaches to Constrained Optimization in MATLAB M-files accompanying the webinar titled "New Approaches to Constrained Optimization in MATLAB" held on November 05, 2005These files provide what you need to run the two demos:1) The first demo is a demonstration of bound constrained optimization of non-smooth objective function using GA and also...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): New Approaches to Constrained Optimization in MATLAB Download

Added: March 28, 2013 | Visits: 540

Handling Large Data Sets Efficiently in MATLAB Example code from "Handling Large Data Sets Efficiently in MATLAB " webinar (http://www.mathworks.com/company/events/we.../wbnr30435.html) describing strategies for handling large amounts of data in MATLAB and avoiding "out-of-memory" errors. It will provide you with an understanding of the...


Platforms: Matlab

License: Freeware Size: 1.26 MB Download (46): Handling Large Data Sets Efficiently in MATLAB Download

Added: June 22, 2013 | Visits: 532

IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB used in the load flow problem


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): IMPLEMENTATION OF GAUSS SEIDEL METHOD IN MATLAB Download

Added: June 06, 2013 | Visits: 553

VIDEO TUTORIAL: DATA TYPES IN MATLAB VIDEO TUTORIAL: DATA TYPES IN MATLAB. (Narration in Spanish)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.85 MB Download (49): VIDEO TUTORIAL: DATA TYPES IN MATLAB Download

Added: May 06, 2013 | Visits: 557

API in Matlab Example of how to call API in Matlab.Open, close CD,maximize, minimize windowStart with matlab_api.m and try buttons in gui.If your want to compile mex-file, you should setup compiler: mex -setup. Then type: mex myShowWindow.c user32Thanks to Phil Goddard. Owing to him I began to use api in matlab.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): API in Matlab Download

Added: May 10, 2013 | Visits: 920

TCP/IP Communications in Matlab The script relies in MATLAB's ability to call Java code snippets and make use of its TCP/IP implementation.One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (64): TCP/IP Communications in Matlab Download

Added: May 21, 2013 | Visits: 537

Principal Components Analysis in MATLAB A script containing the methods used to develop a principal components analysis in MATLAB is presented. The results are analyzed and plotted in different ways in order to interpret the information. The script is presented in Spanish and English. Some datasets are attached and ready to...


Platforms: Matlab

License: Freeware Size: 163.84 KB Download (40): Principal Components Analysis in MATLAB Download

1 2 3 4 5 >