In an earlier post, I covered how to collect data from a data acquisition board. This post will do something similar for an oscilloscope. This time instead of using the Data Acquisition Toolbox we… 更多内容 >>
In an earlier post, I covered how to collect data from a data acquisition board. This post will do something similar for an oscilloscope. This time instead of using the Data Acquisition Toolbox we… 更多内容 >>
Most MATLAB functions are overloaded. That means that there are several ways to call them and that MATLAB will “Do The Right Thing” based on the number and types of inputs. As a simple… 更多内容 >>
This is the next in a series of advanced topics in MATLAB. My definition of “Advanced” is somewhat nebulous and arbitrary, so even newer users can give this a watch. Two and a half… 更多内容 >>
This video shows how to use DEPLOYTOOL to create a project and compile it so that it can be used outside of MATLAB, meaning you can give it to someone that does not own MATLAB and they can still run… 更多内容 >>
MATLAB is often used for post-test data analysis. You can get more value from your data acquisition session if you do the MATLAB analysis on the data as it is being collected. This can be done by… 更多内容 >>
First, be sure to check out the new home of LazyWeb. We had three of the challenges closed, but there are three still open. We are sending out MATLAB prize packages to all that solved a challenge,… 更多内容 >>
Two minute video shows how to fit a surface to nonuniform data. Real data is not always on a nice X,Y grid, but the MATLAB commands SURF and MESH expect them to be. GRIDDATA and MESHGRID help to… 更多内容 >>