image thumbnail

updated 3 days ago

MATLAB for C/C++ Programmers by Adam Filion

Files used in webinar MATLAB for C/C++ Programmers. (coder, compiler, engine)

bar(x)

displayLanes(frameRGB, laneVertices)

findlanes(bbox, Major, Minor)

image thumbnail

updated 17 days ago

String Escape by Alexander Saites

returns a string with special characters "escaped" (string, escape, code generation)

stresc(string)

image thumbnail

updated 1 year ago

A short Simulink workshop + Hebrew presentation by Roni Peer

A short 'What is Simulink' workshop I've passed on May 1st, 2012. (control design, code generation, simulink)

start_slWorkshop_IDF(varargin)

variable_v(position,velocity)

Simulink_Workshop_Script.m

image thumbnail

updated 2 years ago

MCG - A Matlab Code Generation Engine by Doug Harriman

MCG is an in-place code generation engine. It is a Matlab knock off of Cog by Ned Batchelder. (code generation)

mcg

image thumbnail

updated 2 years ago

Matlab Shell by Doug Harriman

Bash shell script for executing Matlab from the command line. Intended for use with Make scripts. (code generation, linux, makefile)

image thumbnail

updated 3 years ago

Mathematica Symbolic Toolbox for MATLAB--Version 2.0 by Ben Barrowes

A symbolic toolbox for MATLAB based on Mathematica. (matrix, matrices, matlab)

testscript.m

image thumbnail

updated almost 4 years ago

Introduction to Unscented Kalman Filtering by Krisada Sangpetchsong

Unscented Kalman filtering tutorial: Simulink and tilt sensor case study. (estimation, arm, kalman filter)

compare_error_variance_1run.m

compare_error_variance_monte_carlo.m

tilt_system

image thumbnail

updated 4 years ago

External I/O and State Information Block by Roger Aarenstrup

This block generates an extra file during code generation containing external Inputs, outputs an (realtime workshop, embedded code, verification)

slblocks

model_info

image thumbnail

updated 4 years ago

Estimating memory footprint of generated code by Roger Aarenstrup

This tool outputs the code size and data footprint for code generated with Embedded Coder(TM). (aerospace, automotive, control design)

exp_target_make_rtw_hook(hookMethod,modelName,rtwroot,tem...

get_footprint(file_path, file_names)

get_size(in_str, field)

image thumbnail

updated 4 years ago

Profiling DSP Code on a TI DM6437 by Kerry Schutz

Comare and contrast 3 different methods of profiling DM6437 DSP code (dsp, ti, texas instruments)

gen_iir_coeffs

build_and_profile.m

run_exsel.m

image thumbnail

updated 4 years ago

Restoring Movement to Individuals with Neuromuscular Disabilities by Linda Webb

Researchers developed a device that sends electrical signals to activate paralyzed limbs and muscles (whitepaper, article, paper)

image thumbnail

updated almost 6 years ago

SigBuilder Code Generator by Ethan Woodruff

Generates code for all the test data from a Signal Builder block. (signal builder, code generation, test data)

SigBuldCodeGenblockInit(thisBlock) ...

SigBuldCodeGencleanuppresave(thisBlock) ...

SigBuldCodeGencreate_fromWS_data(SigBuildStruct,group)

image thumbnail

updated 10 years ago

Code Generation Technology by Gregory Paul

This document briefly summarizes the MathWorks Code Generation technology. (article, whitepaper, autocode)

Contact us