
Greg’s pick this week is Example MATLAB class wrapper for a C++ class by Oliver Woodford.
You have a C++ class that you would like to instantiate in MATLAB.
Since you cannot call C++ code directly in MATLAB it needs to be imported… read more >>
Blogs
Posted by Guest Picker,
Greg’s pick this week is Example MATLAB class wrapper for a C++ class by Oliver Woodford.
You have a C++ class that you would like to instantiate in MATLAB.
Since you cannot call C++ code directly in MATLAB it needs to be imported… read more >>
Posted by Sean de Wolski,
Sean‘s pick this week is Mex Multithreading by Dirk-Jan Kroon.
My pick this week is an example of how to write multithreaded MEX functions to take advantage of more of your computational cores. MEX function allow you to… read more >>
Posted by Guest Picker,
Greg's pick this week is MATLAB Dependency Injection by Matt McDonnell. Imagine you want to build an application that dresses you in the morning. What... read more >>
Posted by Jiro Doke,
Jiro's pick this week is The X Collection by Yvan Lengwiler. My day job is a customer training engineer. I get to take people who have never used MATLAB or Simulink to the point where they feel... read more >>
Posted by Sean de Wolski,
Sean's pick this week is mcolon by Bruno Luong. As some of you may know, I spend an unhealthy amount of time on MATLAB Answers browsing through... read more >>
Posted by Sean de Wolski,
Sean's pick this week is WorkerObjWrapper by MathWorks' Parallel Computing Team. Background MATLAB's Parallel Computing Toolbox provides you with the the ability to open a pool of MATLAB... read more >>
Posted by Doug Hull,
Very often MATLAB users want to be able to process a set of files from a directory. In this video, I show how you can look through a directory seeking files of the form “data###.dat” and then returning the “###” as a number with any leading zeros removed. This makes… read more >>
Posted by Doug Hull,
We have MATLAB users come into The MathWorks to present their work in MATLAB from time to time. Recently there was an interesting presentation with some really great “Clutter classification” algorithms in a GUI. One of the questions that came out of that discussion was how to get rid of… read more >>
Posted by Doug Hull,
This week we will be looking at the MATLAB class system. This video does not cover the “why” of doing OOP (Object Oriented Programming) in MATLAB. It just covers a very simple example of doing OOP.
The ten minute video shows an implementation of Conway’s Game of Life in MATLAB with… read more >>
Posted by Doug Hull,
This is a puzzler without explanation. Brett got it in about five minutes, some of the other folks wandering near my office got it in just under 20.
The data to explore.
Remember to use the <pre><code> and </code></pre> tags around your code in the comments.
First solution in my mailbox as… read more >>
Recent Comments