抓虾帮你轻松订阅、收藏、分享博客和新闻等。 订阅 关闭
共有109篇 | 以下是第51-60篇 | 只浏览标题 <   1   2   3   4   5   6  
Here's a brief glimpse into some of the upcoming events where you can meet some of us (including me) from The MathWorks. I hope to meet many folks in the upcoming few weeks. Contents 2007 MATLAB World Tour - Australia and Taiwan Korea ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Purpose of inv 查看全文   2007-05-16 21:10:40
I have received comments from several savvy customers suggesting that we remove the function inv from MATLAB. The reasons are because people who don't know enough numerical analysis will use it blindly and incorrectly and often get a poor quality answer unnecessarily. ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
I've just returned home from three weeks in Europe on the MATLAB World Tour where I visited Italy, Spain, France, and Switzerland, accompanied by various colleagues. We met great staff from our local offices in each place, and had a wonderful time meeting many of you. There's m...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
This is a quick note about handling errors and warnings in MATLAB. In particular, the function error has a couple of aspects that people sometimes trip over or overlook. Contents What error Does Sample Snippet Why Use the 'struct' Option...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Though I have written about this topic before, I continue to get questions on working with arrays of structures. So I thought I would focus on that alone today. Contents Recent Sample Question The Answer User Solution Comments?...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
When developing applications is MATLAB, I often find myself interacting with files, sometimes data, sometimes algorithms. In order to be sure I am operating with the correct file, for example for loading data, I want to use the full path. However, I also want to pass my...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
2007 MATLAB World Tour 查看全文   2007-04-05 19:31:35
I just wanted to point out to you that MATLAB is going on a roadtrip this year. Look here for information about the 2007 MATLAB World Tour. Contents Locations Format Who Should Attend Locations The tour is a full-day ev...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
People have wondered over the years about the algorithm MATLAB uses for computing the steps for the colon (:) operator. The results of the : operator also tend to cause users to trip over floating point accuracy. There are many posts on the MATLAB newsgroup where we see users try to ident...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Recently I mentioned that I would describe a relatively new optimization we have for MATLAB code that allows some function calls to operate on variables without allocating more memory for the result. This can be very beneficial when processing large datasets. I will de...