Skip to Main Content Skip to Search
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Doug’s Pick of the Week

June 9th, 2008

Post your MATLAB Videos

It is no secret that I like teaching MATLAB through videos. I use Camtasia to make and edit my videos, I am very happy using it. If you want to make MATLAB videos too, you can use Jing, by the makers of Camtasia, that gives you enough functionality to make a great video (but does not allow for editing). It is a free product, so give it a try. Here is a quick example video that I made in about a minute once I installed the product.

Here is the deal. Take that little function, or trick that is worth sharing and record it. Post the video and send me a link hull@mathworks.com. The best video will get a super-fabulous MathWorks gift pack. Judging of the videos will be a highly scientific rating based entirely on which one I like best. Send the video by the morning of June 16th, and you could have your video hosted here next week!

3 Responses to “Post your MATLAB Videos”

  1. Julio replied on :

    When downloading and installing Jing as indicated, what about backdoor program files that my antivirus pointed?

  2. Doug replied on :

    Julio,

    Jing is not a product of The MathWorks, so I don’t know what to say about it. I have some contacts within the company that makes Jing. I will bring your comment to their attention.

    Doug

  3. Daniel Foster replied on :

    Hi Julio–

    I work for the company that makes Jing, but not on one of the technical teams…so consider this a personal rather than an official response. :-)

    This post on the Jing blog may be helpful:
    http://blog.jingproject.com/2008/03/jing_a_trojan_epicly_unlikely.html

    Based on the comments there, it looks like updating your anti-virus definitions may cause the warning to go away. As the post states, “Jing doesn’t contain a trojan, or any other type of virus.”

Leave a Reply


Doug Hull is an Application Engineer at The MathWorks. A MATLAB user since 1994, he gets paid to live, eat, and breathe MATLAB! This blog is dedicated to promoting the File Exchange by highlighting files and original video content.



  • Tim Davis: Oh, I’m a bit dyslexic. The code has a variable “west” that should be called...
  • Tim Davis: The fix is to replace the max(diff(r)) line with: [ignore b] = sortrows ([diff(r') a(p(r(1:end-1)))']) b =...
  • Tim Davis: Matt, Good point, thanks for catching that. I missed that in the problem statement. It’s easy to...
  • Matt Fig: Tim, There is a problem in your second code. In the case when a zero block is the same size as a non-zero...
  • Moran: Hi Chris, I tried everything I could think of, and have sent several observations about this bug to support,...
  • odessit: Hello, I have compiled standalone application with deploytool. It would work fine, but the error is in...
  • Duane Hanselman: FYI… % strmatch replacements % strmatch is obsolete, strncmp and strcmp are built in % case...
  • Doug: Duane, I just looked, I did not see an m-lint warning against STRMATCH in 2008a. However, I seem to recall what...
  • hashem: Hi Doug, I built a GUI and write a help for it in “chm” (compiled HTML file) format, and I...
  • Tim Davis: I left out the comments in the code, above. Most of the functions should be familiar to most MATLAB users....

These postings are the author's and don't necessarily represent the opinions of The MathWorks.

Related Topics