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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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.

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

Matlab Visual: Freeware | All

New Reviews


Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


SeaMonkey, Portable Edition

Using the Internet has become a necessity for a majority of people, including those who do not use a PC regularly. To browse web, stream video or download online content, people often resort to using various third party apps. For example, using ...


TuckAway Intelligent Email Organizer Pro

Using an email software allow you to do a number of things including managing your address lists, emails and even ending memos, documents and even virtual letters. You can also use it to manage your tasks easily. The email software comes in ...


WebAcappella

Web design sector has witnessed several trends and technological innovations affect website development in big ways. With time, designing websites has become easier. Nowadays, you can find web design software that nearly eliminates the need to ...


New Downloads

Voxal Voice Changer Free
for Mac

Voxal is free voice changer
software for Mac designed to
enhance any game or
application that uses a
microphone. Change ...

Disk Usage Analyzer Free

Disk Usage Analyzer Free - a
small utility that will help
you visualize how to allocate
space on your hard drive. Any
PC ...

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

Pixillion Image Converter
Software Free

Pixillion Image Converter
Software Free is perfect for
converting your image files
for posting on the web,
emailing to ...

Express Animate Animation
Free

Express Animate is free
animation software that gives
you the ability to animate
shapes, text and imported
images.

Screenrec

Screenrec is a free cloud
screen recording tool what
helps you communicate faster
and increase your
productivity. Instead ...

Express Accounts Accounting
Free

Express Accounts Accounting
Software Free is professional
business accounting software.
This product is perfect small
...

Vivaldi for MacOS

The Vivaldi browser lets you
be in control of how your
browser looks, feels and
works. It does not track you,
adapts to ...

Active@ ZDelete

Active@ ZDelete is a secure
delete utility. It helps you
to permanently delete files,
drives and folders. Active@
ZDelete ...

NTFS Recovery Toolkit

NTFS recovery toolkit contains
file recovery tool, partition
recovery tool, partition
manager tool and disk editor
utility.