image thumbnail

updated 25 days ago

UIINSPECT - display methods-properties-callbacks of an object by Yair Altman

Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window (com, example, handle)

uiinspect(obj, fig)

image thumbnail

updated 9 months ago

matpws - Matlab-PowerWorld interface code example by Robin Roche

A code example for the COM-based Matlab-PowerWorld Simulator interface with SimAuto (simulation, interface, matlab)

main.m

image thumbnail

updated 1 year ago

Heightprofile from GoogleEarth to 3D-Surface by Sven Koerner

The tool get the height-Profile from GoogleEarth via COM-API and the image to generate a 3D-surface. (3d, surface, plot)

ge_test1

image thumbnail

updated 1 year ago

AQ6317B OSA Capture with Prologix GPIB-USB by Priyanth Mehta

Runs a single trace on an ANDO OSA connected via Prologix GPIB-USB controller. (data import, measurement, gpib)

OSA_Prologix.m

image thumbnail

updated 1 year ago

Dict Search from Text File by Konark Kelaiya

This function reads a line from text file & generate all possible combination of words (com, doc, dictionary)

dictsearch()

image thumbnail

updated almost 2 years ago

Scanports function scans for available serial ports by Rob Slazas

portlist = scanports(portlimit); Returns cell array of available serial port identifiers. (serial, port, com)

scanports(portlimit)

image thumbnail

updated almost 2 years ago

CPU Temperature by Sven Koerner

Get Data from MSAcpi_ThermalZoneTemperature using WMIService (com, api, cpu)

getCPUTemperature.m

image thumbnail

updated 2 years ago

Connect to Ophir measurement devices over COM by GianCarlo Pacitti

This MATLAB file gives an example of connecting to an Ophir Optronics measurement device over COM. (measurement, com, ophir)

OphirCOM_Example.m

image thumbnail

updated 2 years ago

Control Google Earth with a Simulink Model with GUI by Wan Nawi

This GUI can control the camera movement of the Google Earth. (com, google earth, simulink)

Bedienpult(varargin)

gEarthCOM(position,view)

Cruise.mdl

image thumbnail

updated 3 years ago

MAT2XLS v2.0 by Elmar Tarajan

Stores and customizes numeric array or cell array in Excel workbook using ActiveX interface. (xslx, automation, xlswrite)

mat2xls

image thumbnail

updated 3 years ago

Web Deployment Using MATLAB by Todd Flanagan

A web-based gene analysis demonstration using MATLAB Builder for COM (web deployment, com, webinar)

applyLogRatio

applyThreshold(threshold)

filterGenes;

image thumbnail

updated 3 years ago

SerialIO mex by Lorgio Teodovich

SerialIO is written in C and allows you to read/write to a serial or com port. (com, serial, embedded code)

image thumbnail

updated 4 years ago

3D mouse support using classes and events by Nick Clark

event driven object oriented support for 3dconnexions device package (3d, 3d connexions, design)

mouse3D.mouse3Ddrv

mouse3D.mouse3DfigCtrl

mouse3D.mouse3Dmonitor

image thumbnail

updated 4 years ago

How to load / call functions from a VB DLL by Gordon

A brief overview on how to create a DLL in VB .Net which can be used from within Matlab. (visual basic, function, dll)

VB_Dll_Demo.m

image thumbnail

updated 4 years ago

SerialWrite Mex by Kevin Barry

SerialWrite is written in C and allows you to write to a serial or com port. (com port, serial port, comm)

image thumbnail

updated 4 years ago

windows internet explorer + google search = URLs for jpg images by michaelB brost

COM/ActiveX contol of internet explorer via matlab to search for jpg images. (activex, com, google)

ieJPGSearch(searchString)

image thumbnail

updated 5 years ago

Google Earth COM API (Example) by Gus Brown

Connect to the Google Earth COM API (api, com, external interface)

GEaddKmlFeature(ge,kml,speed)

GEcamera(ge,focusPoint,camera,speed)

GEserver(ge_in)

image thumbnail

updated 7 years ago

COM Automatic Thresholding (REVISED) by Hidetoshi Nishimura

Automatic Thresholding by detecting the center of mass of histgram (automatic thresholdin..., morphology, image segmentation)

im2bw_com(IM)

image thumbnail

updated almost 8 years ago

C#, ActiveX Server by Alexander Cave

Create an Active X server using C#, using MATLAB as the client, hook into events and pass arrays ... (com, development environme..., c)

ComCalcSin( )

ServerEvnt( varargin )

CsharpComServer.m

image thumbnail

updated 8 years ago

xlsapi by Fu-Sung Wang

MATLAB as Automation Client using Excel API. (data import, data export, excel)

xlsapi.m

image thumbnail

updated 9 years ago

CSE SQL Database Library by Laurent Cavin

A simple library for dealing with SQL databases. (sql, database, data import)

aout=install;

image thumbnail

updated 10 years ago

COM Builder: Bouncing Ball Demo using ODE Solver by Amit Jain

Shows how to compile a function that simulates a bouncing ball into a generic COM object. (ode, builder example, com)

image thumbnail

updated 10 years ago

COM Builder Example: Univariate Interpolation by Amit Jain

Shows how to compile a function that performs univariate interpolation into an Excel COM object. (com, builder example, external interface)

image thumbnail

updated 10 years ago

COM Builder Demo: Curve Fitting by Amit Jain

Shows how to compile a MATLAB function that performs curve fitting into a generic COM object. (external interface, builder example, com)

fitdemo(XData, YData)

fitfun(lambda,t,y,handle)

image thumbnail

updated almost 11 years ago

Open File Utility by Alecsander Eitan

GUI for selection files using COM/DCOM. (gui tools, files, win32)

[fname,dir,return_code]=win_open_file(init_dir)

Contact us