Rank: 221 based on 336 downloads (last 30 days) and 9 files submitted
photo

Tucker McClure

E-mail
Company/University
The MathWorks, Inc.
Lat/Long
33.857655, -118.29303

Personal Profile:

I'm an aerospace engineer and worked on air and space vehicle guidance, navigation, and control systems for four years. My work was so rapidly accelerated with tools from The MathWorks that I finally joined with the company to help others advance their own scientific and engineering endeavors.

On the side, I create music (sometimes with MATLAB) and published an album which is available from any major online service like Pandora.

Professional Interests:
autonomy, guidance, control, aerospace, machine learning, sound synthesis, music, optimization, emergent behavior

 

Watch this Author's files

 

Files Posted by Tucker View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2013 Screenshot Table Breakpoint Optimization A set of tools for finding the best way to reduce the size of a table. Author: Tucker McClure optimization, breakpoints, tables, fitting 60 0
09 Apr 2013 Screenshot Fetch (Big) Fetch command useful for SELECT queries on large data sets. Author: Tucker McClure fetch, database, query, select, big data, large data 22 4
15 Mar 2013 Screenshot Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure line plot, big data, line plot reducer 14 0
  • 5.0
5.0 | 3 ratings
04 Feb 2013 Screenshot Functional Programming Constructs A set of files for treating many operations, like "if", "for", and even "()", as functions. Author: Tucker McClure functional programmin..., anonymous function, function handle, anonymous conditional, anonymous loop 50 5
  • 5.0
5.0 | 6 ratings
08 Jan 2013 Screenshot Automatic Terrain Generation A set a tools for generating artificial terrain and other rough phenomena mapped over a 2D surface. Author: Tucker McClure terrain, landscape, mapping, mandelbrot, fractal, fractional 53 0
Comments and Ratings by Tucker View all
Updated File Comments Rating
15 Mar 2013 Numerical Inverse Laplace Transform Numerical approximation of the inverse Laplace transform for use with any function defined in "s". Author: Tucker McClure

Hi Mohamed,

No, this is for continuous time only. However, Dr. Dan Ellis of Columbia University has an example of a numerical inverse z-transform written in MATLAB located here: http://www.ee.columbia.edu/~dpwe/e4810/matlab/s10/html/eval_z_transf.html

Note that this type of inversion is notoriously tricky to do numerically, as it requires very precise numbers. Working with the Symbolic Toolbox allows you to request arbitrary precision (e.g., 64 digits of precision).

Hope that helps!

- Tucker

13 Mar 2013 Functional Programming Constructs A set of files for treating many operations, like "if", "for", and even "()", as functions. Author: Tucker McClure

Hey, thanks for all the good feedback everyone. I appreciate your taking the time to leave a rating!

18 Jan 2013 Figure control widget Intuitive manipulation of a figure using key and mouse gestures Author: Oliver Woodford

Smooth and easy to use. I like that the right button pans.

09 Jan 2013 Device Drivers Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples Author: Giampiero Campa

This is a good introduction to making all the device code I need inside blocks so that I can just drag and drop blocks and get all the processor-specific code. Say I need to add a new encoder. Copy and paste the block and change the pin numbers. Done. Thanks, Giampiero!

06 Nov 2012 Real-Time Audio Processor Simplifies streaming or generating audio in real time. Author: Tucker McClure

Hi Bert,

Your question prompts a few things.

1. The MEX files for midi_interface.cpp are included, so you shouldn't need to build them. That script is only included in case someone *wants* to rebuild it for whatever reason. You should be able to just call midi_interface('open') from the command line to get going.

2. If for whatever reason you *do* want to rebuild it, it requires that you have the Windows SDK and edit midi_interface_builder.m to reflect the right path for its include and binary directories. This isn't documented because it's not intended for the user to do this.

3. The error is actually about a loss of precision in a cast. This is usually a warning instead of an error. Somewhere in your compiler, there's a setting for whether loss of precision should be considered an error or a warning. If you set it to warning, it will probably move on.

There's some included documentation about setting everything up. Have you read through this? Have you tried running any of the examples yet?

Hope that helps,

- Tucker

Comments and Ratings on Tucker's Files View all
Updated File Comment by Comments Rating
26 Apr 2013 Numerical Inverse Laplace Transform Numerical approximation of the inverse Laplace transform for use with any function defined in "s". Author: Tucker McClure Lee

10 Apr 2013 Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure Filion, Adam

07 Apr 2013 Functional Programming Constructs A set of files for treating many operations, like "if", "for", and even "()", as functions. Author: Tucker McClure ren, na

it's helpful!

03 Apr 2013 Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure Hull, Doug

25 Mar 2013 Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure Michael

Top Tags Applied by Tucker
audio, big data, camera, midi, 2d probability distribution
Files Tagged by Tucker View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2013 Screenshot Table Breakpoint Optimization A set of tools for finding the best way to reduce the size of a table. Author: Tucker McClure optimization, breakpoints, tables, fitting 60 0
09 Apr 2013 Screenshot Fetch (Big) Fetch command useful for SELECT queries on large data sets. Author: Tucker McClure fetch, database, query, select, big data, large data 22 4
15 Mar 2013 Screenshot Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure line plot, big data, line plot reducer 14 0
  • 5.0
5.0 | 3 ratings
04 Feb 2013 Screenshot Functional Programming Constructs A set of files for treating many operations, like "if", "for", and even "()", as functions. Author: Tucker McClure functional programmin..., anonymous function, function handle, anonymous conditional, anonymous loop 50 5
  • 5.0
5.0 | 6 ratings
08 Jan 2013 Screenshot Automatic Terrain Generation A set a tools for generating artificial terrain and other rough phenomena mapped over a 2D surface. Author: Tucker McClure terrain, landscape, mapping, mandelbrot, fractal, fractional 53 0

Contact us