![]() updated 3 days ago |
OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images |
0 Comments 21 Downloads (30 Days) |
![]() updated 6 days ago |
Layout management objects for MATLAB GUIs |
187 Comments 438 Downloads (30 Days) |
![]() updated 9 days ago |
Simple function cleaning up, at runtime, Java heap memory, thus preventing java OutOfMemory error |
7 Comments 75 Downloads (30 Days) |
![]() updated 9 days ago |
propertiesGUI - display properties in an editable context-aware table propertiesGUI processes and displays a list of data properties in a context-aware GUI table |
6 Comments 59 Downloads (30 Days) |
![]() updated 13 days ago |
ScreenCapture - get a screen-capture of a figure frame or component ScreenCapture gets a screen-capture of any Matlab GUI handle, or specified screen area rectangle |
9 Comments 117 Downloads (30 Days) |
![]() updated 23 days ago |
Fetch command useful for SELECT queries on large data sets. |
4 Comments 22 Downloads (30 Days) |
![]() updated 29 days ago |
Portable joystick MEX file using SDL |
1 Comment 24 Downloads (30 Days) |
![]() updated 1 month ago |
Real time optical flow, and video processing Real time optical flow, and video processing, with support for camera input in Matlab. |
0 Comments 113 Downloads (30 Days) |
![]() updated 1 month ago |
JTattoo look-and-feel demo GUI JTattooDemo demonstrates effects of Look-and-Feel changes (including JTattoo L&F) on GUI controls |
2 Comments 56 Downloads (30 Days) |
![]() updated 2 months ago |
xlwrite: Generate XLS(X) files without Excel on Mac/Linux/Win Generates ‘.xls’ & '.xlsx' files on Mac/Linux/Win without Excel, using same syntax as xlswrite. |
24 Comments 111 Downloads (30 Days) |
![]() updated 2 months ago |
Loading MIMIC II data using windows, matlab and postgre SQL Loading MIMIC II data using matlab and postgre SQL |
0 Comments 6 Downloads (30 Days) |
![]() updated 2 months ago |
upsert - automatically handles database inserts/updates If a data row already exists, UPDATE that row! If it doesn't exist, INSERT that row! |
0 Comments 4 Downloads (30 Days) |
![]() updated 2 months ago |
Recursive Directory Searching for Multiple File Specs Searches a directory for multiple file specs with optional recursivity |
1 Comment 30 Downloads (30 Days) |
![]() updated 2 months ago |
savepng is a fast PNG image compression routine that outperforms MatLab's built-in imwrite |
0 Comments 13 Downloads (30 Days) |
![]() updated 3 months ago |
Analog / Mixed Signal Examples Extensive collection of examples for analog and mixed signal design work. |
23 Comments 167 Downloads (30 Days) |
![]() updated 3 months ago |
Displays recent history of Matlab & Java memory usage. |
0 Comments 7 Downloads (30 Days) |
![]() updated 3 months ago |
Send key strokes to any window from within Matlab |
0 Comments 9 Downloads (30 Days) |
![]() updated 3 months ago |
UIINSPECT - display methods-properties-callbacks of an object Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window |
17 Comments 91 Downloads (30 Days) |
![]() updated 3 months ago |
FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle |
76 Comments 252 Downloads (30 Days) |
![]() updated 3 months ago |
BSD/Linux Host Information and matlabpoolPlus Get information about the host on which the Matlab instance is running. Also provides matlabpoolPlus |
0 Comments 4 Downloads (30 Days) |
![]() updated 4 months ago |
Finds the N largest values in the input. Very fast. |
4 Comments 6 Downloads (30 Days) |
![]() updated 4 months ago |
Example MATLAB class wrapper for a C++ class An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface. |
14 Comments 89 Downloads (30 Days) |
![]() updated 4 months ago |
checks a Java object or classname and displays its methods, enumerations & interfaces |
0 Comments 9 Downloads (30 Days) |
![]() updated 4 months ago |
Finds the N smallest values in the input. Very fast. |
2 Comments 3 Downloads (30 Days) |
![]() updated 5 months ago |
FORTRAN 90 modules with interface declarations for the MATLAB API |
0 Comments 2 Downloads (30 Days) |
![]() updated 6 months ago |
change system DSN to a difference MS Access Database matlab script to change which ms access database (.mdb) is set as the Data Source Name (DSN) |
0 Comments 5 Downloads (30 Days) |
![]() updated 6 months ago |
Figures-menu adaption for standalone applications Create dockable figures for standalones and disable or remove menu items from the figures container |
2 Comments 7 Downloads (30 Days) |
![]() updated 6 months ago |
mexme - write MEX files in no time writes fully valid MEX .cpp files including mexFunction boilerplate based on numeric C/C++ snippet |
6 Comments 15 Downloads (30 Days) |
![]() updated 6 months ago |
mex setup for windows x64 intel c compiler 13 (XE) mex -setup icc13 linker options |
1 Comment 28 Downloads (30 Days) |
![]() updated 6 months ago |
These tools provide a simple interface to Intel C++ compiler optimization features. |
0 Comments 6 Downloads (30 Days) |
![]() updated 6 months ago |
MATLAB Implementation of Harmonic ANalysis of Time Series (HANTS) Harmonic ANalysis of Time Series (HANTS) [Data]=ReconstructImage(amp,phi,nb) [amp,phi,yr]=HANTS(ni,nb,nf,y,ts,HiLo,low,high,fet,dod,delt... [yOut, amp, phi]=ApplyHants(y,nb,nf,fet,dod,HiLo,low,high,d... |
3 Comments 30 Downloads (30 Days) |
![]() updated 6 months ago |
MS Visual Studio property sheet for building MEX function Using Property Sheet to make VS project configuration easy |
0 Comments 22 Downloads (30 Days) |
![]() updated 6 months ago |
cprintf - display formatted colored text in the Command Window Displays sprintf-formatted strings in the Command Window using the specified color/underline style |
42 Comments 166 Downloads (30 Days) |
![]() updated 7 months ago |
Fast String to Double Conversion str2doubleq converts text to double like Matlab's str2double,but up to 400x faster! multithreaded. |
15 Comments 17 Downloads (30 Days) |
![]() updated 7 months ago |
An interactive sound (.wav) player for MATLAB using the built-in audioplayer function. |
0 Comments 14 Downloads (30 Days) |
![]() updated 8 months ago |
Using std::thread in MEX files for expensive data processing without freezing Matlab. |
2 Comments 17 Downloads (30 Days) |
![]() updated 8 months ago |
All possible permutations of the elements of set N, taken K at a time, with repetition. |
24 Comments 66 Downloads (30 Days) |
![]() updated 9 months ago |
LURP: Gaussian elimination with rook pivoting using efficient Fortran and MATLAB mex code |
1 Comment 3 Downloads (30 Days) |
![]() updated 9 months ago |
xlwrite : Export Data to Excel from Matlab on Mac/Win xlwrite allows you to export data (2d/3d arrays of double/cell) to Excel from Matlab (Mac/Win) |
5 Comments 86 Downloads (30 Days) |
![]() updated 9 months ago |
Creates a listbox whose contents can be reordered by clicking and dragging items. |
1 Comment 5 Downloads (30 Days) |
![]() updated 9 months ago |
This GUI calculates vapor pressure as a function of temperature and plots P over the allowable range |
0 Comments 13 Downloads (30 Days) |
![]() updated 10 months ago |
Renders a 3D volume according to a intensity indexed color map and opacity map via ray tracing. |
3 Comments 23 Downloads (30 Days) |
![]() updated 10 months ago |
A simple Simulink interface to the libfreenect Kinect driver for Linux-based systems |
0 Comments 20 Downloads (30 Days) |
![]() updated 10 months ago |
Platform independent MySQL database solution with blob support. |
35 Comments 70 Downloads (30 Days) |
![]() updated 12 months ago |
Heightprofile from GoogleEarth to 3D-Surface The tool get the height-Profile from GoogleEarth via COM-API and the image to generate a 3D-surface. |
16 Comments 31 Downloads (30 Days) |
![]() updated 12 months ago |
RNEL_DB Object Oriented Database for Matlab RNEL_DB is a class definition that facilitates the user to develop a database in Matlab. |
3 Comments 3 Downloads (30 Days) |
![]() updated 12 months ago |
Expert System with PROLOG to Simulink PROLOG to Simulink with The SWI-Prolog and JPL (Java Interface to PROLOG) [sys,x0,str,ts] =SWIPrologInterface(t,x,u,flag,jarFile,plFi... |
0 Comments 16 Downloads (30 Days) |
![]() updated 1 year ago |
Call any function in a shared library from Matlab (with some limits on the function signature). |
0 Comments 5 Downloads (30 Days) |
![]() updated 1 year ago |
Nth_Oct_Hand_Arm_&_AC_Filter_Tool_Box Features Nth octave band, Hand Arm, and A and C weighting filters Test_Nth_oct_filters1(resample_filter) [A2, A_str, real_digitsL, real_digitsR, imag_digitsL, imag_... |
0 Comments 13 Downloads (30 Days) |
![]() updated 1 year ago |
Import of Java Swing GUIs from Eclipse, NetBeans, IntelliJ etc |
1 Comment 13 Downloads (30 Days) |