Freeware Downloads for "Matlab Visual"
I saw that there was no simple example on who to use MS Visual Studio 2005 to make and debug Matlab mex files. The solution added has a readme.txt that specifies filepaths that must be changed to make it work on your PC..
- Platform: Matlab, Scripts
- Publisher: Amund GjersdoDLe
- Date: 15-03-2013
- Size: 1434 KB
Includes Guides on how to use visual studio to create Matlab compatible Cuda Code, how to compile, debug and run it using various methods, and much more..
- Platform: Matlab, Scripts
- Publisher: Roger Mendes
- Date: 15-03-2013
- Size: 1137 KB
- Handling MATLAB Events in Excel
- License: Freeware

The Global Temperature Explorer application demonstrates how to integrate MATLAB GUIs into Excel by writing Visual Basic callbacks that can respond to events generated by the GUI. The application consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class module that integrates the COM component into Excel. The COM component consists of M-files and data files; it displays a data navigation GUI and exports two events: "DisplayLocation" and "PlotTempData".
- Platform: Matlab, Scripts
- Publisher: Peter Webb
- Date: 12-06-2013
- Size: 3389 KB
- Yprime.zip
- License: Freeware

This project demonstrates how to use Visual Studio .NET to build MATLAB MEX files. The project builds a MEX file from the yprime.c example MEX file that ships with MATLAB..
- Platform: Matlab, Scripts
- Publisher: Peter Webb
- Date: 18-03-2013
- Size: 1393 KB
- Using C# functions and forms in Matlab
- License: Freeware

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 testing the c# functions. - a example c# class (MatlabGUI.cs) which creates a form for user input (uses the other MatlabGUI cs files) - a info_MatlabGUI.txt with the commands how to compile and register a c# activex control from multiple .
- Platform: Matlab, Scripts
- Publisher: Dirk-Jan Kroon
- Date: 16-04-2013
- Size: 10 KB
- DSP algorithms using Embedded MATLAB Block
- License: Freeware

Embedded MATLAB block provides a way of bringing restricted subset of MATLAB into Simulink. There are couple of possibilities when moving untimed MATLAB algorithms into Simulink. This demo illustrates two such alternatives in porting a sample viterbi algorithm (written in M) into Simulink using embedded MATLAB. The subsystem 'eML_viterbi_ex1' implements the whole algorithm in a single monolithic embedded MATLAB block, where as 'eML_viterbi_ex2' has a similar implementation but broken down into multiple embedded MATLAB blocks.
- Platform: Matlab, Scripts
- Publisher: Kiran Kintali
- Date: 02-03-2013
- Size: 20 KB
- PortOpt
- License: Freeware

A simple example that illustrates how to use Excel Builder and Visual Basic for Applications (VBA) to create a custom GUI-based application that plugs right into Microsoft Excel. This submission contains all the files associated with the October issue of News and Notes article related to Deploying MATLAB Applications for Excel..
- Platform: Matlab, Scripts
- Publisher: Jim Stewart
- Date: 02-02-2013
- Size: 973 KB
- RoboRealm Matlab Mex Integration
- License: Freeware

RoboRealm provides you with an interactive and experimentation vision system to investigate the very complex world of image analysis and image processing. Through an easy to use analysis pipeline you can add image processing filters to translate an image into robotic movements or computer actions! RoboRealm is free to download! The attached file provides an example of how to use the combined capabilities of Matlab and RoboRealm in your own projects by using the provided Matlab Mex interface capabilities.
- Platform: Matlab, Scripts
- Publisher: Steven
- Date: 15-06-2013
- Size: 10 KB
- CUDA MEX
- License: Freeware

This small script modifies the files used by MATLAB to compile mex-functions within MATLAB so that CUDA is supported. Once the script setup_cuda_mex.m is run you can just compile CUDA mex files with the function cuda_mex.m. Only Win32 with Visual Studio is supported in the current version. CUDA Toolkit and SDK required..
- Platform: Matlab, Scripts
- Publisher: Haim Avron
- Date: 04-02-2013
- Size: 10 KB
- Microsoft Visual Studio 2008 Mex and Mbuild Setup Files
- License: Freeware

I installed Microsoft Visual Studio(MVS) 2008 and Matlab R2007b and tried "mex -setup" command from Matlab. However my MVS 2008 was not recognized by Matlab. I debugged mex.m and found a way to show MVS 2008 to Matlab. Necessary files are located at 2 different directories in zip file (VS2008MATLABMexCompilerFilesX64 and VS2008MATLABMexCompilerFilesX86), one is for win32 Operating System(OS) and the other one is for win64 OS. There is also "directory.txt" file in the zip which shows the directory that you should copy necessary files to.
- Platform: Matlab, Scripts
- Publisher: Vakur VEZIR
- Date: 12-06-2013
- Size: 20 KB
- Calling functions from a user defined shared library
- License: Freeware

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 called by the MATLAB script.
- Platform: Matlab, Scripts
- Publisher: Vincent Leclercq
- Date: 08-03-2013
- Size: 10 KB
- COM Builder Demo: Curve Fitting
- License: Freeware

This demo shows how you can create a COM component from a MATLAB code using MATLAB COM Builder. This demo compiles a function that uses the basic curve fitting capability of MATLAB into a COM component and uses it in an external Visual Basic project. Download the file and unzip it in on your local drive. The word document contained in the archive shows how to build and use the component..
- Platform: Matlab, Scripts
- Publisher: Amit Jain
- Date: 10-02-2013
- Size: 143 KB
- Using Builder for .NET over .NET Web Services
- License: Freeware

This example shows how to wrap a MATLAB Builder for .NET component into a Visual Studio 2005 web service application, and then how to consume that web service on a front end .NET web application. It also shows how to convert a Matrix sent over a web service into a DataGrid on the front end using a DataTable. This is not a full project or runnable code, but rather the pieces needed to create an application like this. Do get this to work you need to use MATLAB Compiler and Builder for .NET to create a deployed component, create a new project in Visual Studio application, reference the component and use the code in the attached files.
- Platform: Matlab, Scripts
- Publisher: Joe Bienkowski
- Date: 11-03-2013
- Size: 20 KB
- COM Builder Example: Univariate Interpolation
- License: Freeware

This demo shows how you can create a COM component from a MATLAB code using MATLAB COM Builder and use the same in an external project independent of MATLAB. This demo compiles a function that uses MATLAB Interpolation capability into a COM component and uses it in an external Visual Basic project. Download the executable file and unzip it in on your local drive. The word document contained in the archive shows how to build and use the component..
- Platform: Matlab, Scripts
- Publisher: Amit Jain
- Date: 25-04-2013
- Size: 184 KB
- Visual Paradigm for UML Community Edition (No Install Support)
- License: Freeware

Visual Paradigm for UML is a UML CASE tool. The tool is designed for the users who are interested in building large scale software systems reliably through the use of the Object-Oriented approach. The tool supports the latest standards of Java and UML notations. In addition, VP-UML is embedded with a powerful IDE. The transitions from analysis to design and then to implementation are integrated within the tool..
- Platform: Linux, Unix, Windows
- Publisher: Visual Paradigm
- Date: 01-04-2003
- Size: 112149 KB
- Visual Basic Controls (Source Code)
- License: Freeware

Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Current Visual Basic Components include: Scheduler Source Code, Calendar Source Code, Clock Source Code, Slider Source Code, Scheduling Program and a Free Visual Basic source code control example. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly onto a Picturebox and can be compiled into any VB program without any additional file requirements.
- Platform: Windows
- Publisher: Visual Basic Controls by WolfeByte Solutions
- Date: 22-03-2005
- Size: 152 KB
- Visual Menu Maker/Free
- License: Freeware

Visual Menu Maker/Free is an intuitive wizard for the rapid development of professional looking menus. Visual Menu Maker/Free offers 100% standards compliant CSS and XML data formats, allowing for complete separation between content and presentation. Visual Menu Maker/Free creates compiled and compressed data files, making it the fastest loading menu available. Visual Menu Maker/Free is a fully-featured, free JavaScript menu maker for non-commercial, non-government use only. Certain other restrictions apply.
- Platform: Windows
- Publisher: VisualMenu.com
- Date: 17-12-2005
- Size: 1146 KB
- Visual Watermark Software Screensaver
- License: Freeware

This screensaver is a free bonus for our photo watermarking software Visual Watermark, which places visibile watermarks. It displays current time over unbelievable deep blue background. This clock is translucent like real watermark..
- Platform: Windows
- Publisher: Visual Watermark
- Date: 14-04-2006
- Size: 2145 KB
- Visual Terrain Maker
- License: Freeware

Visual Terrain Maker is a 3D-Modeling program allows visually create landscapes (maps) for games or other purposes. Works in XP/NT/2k. The program can export to Direct X?file format(*.x). The program is not critical to the video adapters and drivers. Suitable for Dark Basic developers.No special software and hardware required (just OpenGLv1.1). Visual Terrain Maker can export to Direct X file format (*.X) (xof 0302txt 0064) and also can save and load internal file format. Program combines easy, "what you see is what you get"-style visual landscape modeling and landscape creation wizard every time you launch the program.
- Platform: Windows
- Publisher: UNGSoft Developers Group
- Date: 01-06-2009
- Size: 70758 KB
- Visual Prolog
- License: Freeware

The newest generation of the Visual Prolog logical programming language Visual Prolog 7 is the newest generation of the Visual Prolog logical programming language that might be used for creating industrial strength applications for the Microsoft Windows 32 platform.Here are some key features of "Visual Prolog":based on logical programming with Horn clausesfully object orientedobject predicate values (delegates)strongly typedalgebraic data typespattern matching and unificationcontrolled non-determinismfully integrated fact databasesautomatic memory managementsupports direct linkage with C/C++supports direct calling of Win32 API functionsGraphical Integrated Development Environment (IDE)Visual Prolog Integrated Development Environment (IDE) is designed to make it easy, convenient and fast to develop, test, and modify...
- Platform: WinOther
- Publisher: visual-prolog.com
- Date: 20-08-2009
- Size: 23040 KB
Matlab Visual: Freeware | All


