I had a chance to work with a MATLAB user that was interested in bringing her Excel data into MATLAB and plotting different variables. This was a fairly standard file format, just columns of data. It… read more >>
I had a chance to work with a MATLAB user that was interested in bringing her Excel data into MATLAB and plotting different variables. This was a fairly standard file format, just columns of data. It… read more >>
Here is a question from the front lines of technical support at the MathWorks. This MATLAB user had three images that they wanted to view at once so they could compare them to one another. The… read more >>
Here at the MathWorks, one of our Core Values is Continuous Improvement. Part of that is about being process oriented- “Clock building is better than time telling.” Following that Core… read more >>
This second video in the cleaner code series talks about magic numbers, and how to avoid them. It also covers naming conventions for function names and binary variables. Use of subfunctions is also… read more >>
I am guilty of making some pretty horrible code from time to time, especially when I think no one else is looking. I wanted to take the next few videos to show how you can go from code that is hard… read more >>
This week’s video is covering a relatively new feature of the editor: cell mode. Specifically, I am demonstrating the publication of reports from your code. If you ever need to create… read more >>
Have you ever wanted to zoom in on one axes and have another axes zoom in at the same time? Have you ever wanted to zoom in only on the x-axis but not the y-axis? If so, please watch this minute… read more >>
I am frequently asked how to speed up code that was written in MATLAB. We have already covered using the profiler in a video a few weeks ago, so now we turn to throwing more computer power at the… read more >>
These GUIDE tutorials (Intro, Advanced) have been very popular since I posted them. Recently, someone asked me a question that I did not answer in the videos. They wanted to know how to change… read more >>
People have really enjoyed the videos that I have been posting here, so I have made a few more. I am trying to figure out if this is a good way of learning MATLAB. I would also like to know how to… read more >>
These postings are the author's and don't necessarily represent the opinions of MathWorks.