
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 >>
Blogs
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 Sean de Wolski,
Sean's pick this week is Data Acquisition Tool by Isaac Noh. Data Acquisition Hardware Have you ever wanted to bring data directly from hardware into MATLAB or control... 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 RemoveSheet123 by Noam Greenboim. Working with MATLAB And Excel Recently, I've been doing data analysis for colleagues who are not MATLAB users. ... read more >>
Posted by Sean de Wolski,
Sean's pick this week is Sphere Fit by Alan Jennings. Fitting a Sphere to Data I recently had some data and wanted to fit a sphere through it... read more >>
Posted by Jiro Doke,
Jiro's pick this week is Self-Balancing Robot by Yorihisa Yamamoto. This one comes from Tokyo, Japan. I am currently here for a few weeks working with the Application Engineers at the MathWorks Japan office which just opened this July. These engineers have... read more >>
Posted by Doug Hull,
Here is a new MATLAB Puzzler.
Given two vectors representing the X and Y coordinates of some points, find the two closest points in Cartesian space.
n = 10;
x = rand(1,n);
y = rand(1,n);
Brett and I took very different paths to solving this problem, he knows more about the statistics toolbox than I… read more >>
Posted by Doug Hull,
I am trying something new this week: the MATLAB Puzzler.
Rather than just work one of the Practical Examples directly, I am doing it in two parts. The first I will pose the MATLAB puzzler and say how much code it took me to solve it. This is not a contest,… read more >>
Posted by Doug Hull,
This is the second video in this series, it shows you how to run a very simplistic optimization. For a simple problem like this one, the algorithm is more than sufficient to find a correct answer to what size edge is needed set the grid spacing such that the right… read more >>
Posted by Doug Hull,
A while back, I posted a video about how to place points randomly inside of an arbitrary polygon. [Click here] This video prompted a question about how to place points in a more systematic manner. If you are only allowed to change the edge length of an equilateral triangular grid,… read more >>
Recent Comments