image thumbnail

updated 1 year ago

Liberating Deployed Application Output from the Console Window by Peter Webb

Source code for "Art of MATLAB" blog posts describing how to manage output in deployed applications. (log file, deployment, mcc)

sendmessages(info, warn, err)

image thumbnail

updated 2 years ago

Creating Builder NE Web Services for Firefox, IE, Chrome and Safari by Peter Webb

Code for "Art of MATLAB" post -- how to create WCF services that communicate using JSON. (json, wcf, windows communication...)

snowflake(n, width, height)

image thumbnail

updated 2 years ago

Windows Communication Foundation and Builder NE Type Safe APIs by Peter Webb

Code for the "Art of MATLAB" post - how to build web services with Builder NE. (wcf, windows communication..., type safe)

snowflake(n, width, height)

image thumbnail

updated 2 years ago

Using MATLAB Structures in C# with Builder NE by Peter Webb

Code for the "Art of MATLAB" post - shows how to pass structures between MATLAB and C#. (type safe, builder ne, type safe api)

computeOrbit(planet)

image thumbnail

updated 2 years ago

Multiple Inputs and Outputs in Builder NE Type Safe APIs by Peter Webb

Example code for the "Art of MATLAB" blog post of the same name. (builder ne, deploy, type safe)

polygonal(tN, pN, hN)

image thumbnail

updated 2 years ago

Introducing Type Safe APIs with Builder NE by Peter Webb

Example code for initial type safe API post in the "Art of MATLAB" blog. (type safe api, type safe, deploy)

multiply(x, y)

image thumbnail

updated 2 years ago

Demo files for "Algorithm Development with MATLAB" Webinar by Jiro Doke

These are the demo files for "Algorithm Development with MATLAB" Webinar held on April 5, 2011. (algorithm development, deployment, thank you bro)

Find Green Object

BallDetectionGUI(varargin)

ImageGUI(varargin)

image thumbnail

updated 2 years ago

Deploying the ver Command by Peter Webb

Example code for "Deploying the ver Command" post in the "Art of MATLAB" blog. (ver, deploy, deployment)

classify(language)

islogoconsonantal(language)

islogographic(language)

image thumbnail

updated 2 years ago

Managing Deployed Application Output with Message Handlers by Peter Webb

Example code for "Managing Deployed Application Output with Message Handlers". (c, library, deploy)

sendmessages(info, warn, err)

image thumbnail

updated 2 years ago

Web Server Demo by Stefan Duprey

How to deploy a MATLABĀ® made application on a web server (optimization, compiler, deployment)

CelltowerGUI()

circlesIntersect(x)

circlesIntersect(x)

image thumbnail

updated 2 years ago

Deploying Multiple Shared Libraries by Peter Webb

Example code for "Deploying Multiple Shared Libraries" post in the "Art of MATLAB" blog. (mandelbrot, fractal, libraries)

m=mandelbrot(width, iterations)

showimage(im)

image thumbnail

updated 2 years ago

Deploying a Shared Library by Peter Webb

Example code for "Deploying Shared Libraries" posting in the "Art of MATLAB" blog. (blog, deployment, cipher)

decrypt(ciphertext, key)

encrypt(plaintext, key)

vigenere

image thumbnail

updated 6 years ago

Application Deployment with MATLAB Webinar Materials by Rachel Schiff

Presentation and demo materials from the live Webinar "Application Deployment with MATLAB" (April 12 (whitepaper, article, paper)

EnergyForecastAnalysis(fileName, dayOfWeek, timeOfDay)

energyForecastGUI(varargin)

estimateSingleDay(energyData, DayType, dayOfWeek, timeOfDay...

Contact us