抓虾帮你轻松订阅、收藏、分享博客和新闻等。 订阅 关闭
共有109篇 | 以下是第31-40篇 | 只浏览标题 <   1   2   3   4   5   6  >  
Exceptional Behavior 查看全文   2007-10-27 04:10:18
One of the new features of MATLAB in R2007b is a more robust way to manage and reporting errors. We have found that using an MException object, instead of relying on lasterror, has reduced one sort of coding error. The reason why the new way is better is because lasterror is a ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Tire Rotation 查看全文   2007-10-17 03:17:19
If only rotating tires were really this easy! After graduate school, I drove east for my post-doc at Woods Hole Oceanographic Institution. In late winter, I noticed that my tires still had red dust on them from visiting national parks in Utah. So I took a picture and later reali...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
MATLAB has the concept of Not-a-Number, also known as NaN for quite some time. Following the IEEE 754 Standard for Binary Floating-Point Arithmetic, some floating point calculations result in NaN, for example, 0/0. You can also use them as placeholders in numeric arrays, for example to ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
parfor the Course 查看全文   2007-10-04 00:22:43
Starting with release R2007b, there are multiple ways to take advantage of newer hardware in MATLAB. In MATLAB alone, you can benefit from using multithreading, depending on what kind of calculations you do. If you have access to Distributed Computing Toolbox, you have an addi...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Since MATLAB Release R2007a, you've been able to number the arguments for functions that format strings. With this feature, you can refer to the values that correspond to the different arguments in a varying order. So what mischief can we get up to? Conte...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
With Release R2007b, you now have the ability to set (and get) the maximum number of allowed threads. What does this mean for you? Contents The Skinny on maxNumCompThreads When to Use maxNumCompThreads If You Find a Performance Issue......
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
R2007b is Live 查看全文   2007-09-05 21:10:30
Release R2007b is now available. Here's what's new in MATLAB. I plan to highlight some of these features, and perhaps some from related products, in upcoming posts. In addition, there is a significant release of Image Processing Toolbox in R2007b that you might want to check ou...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
for Versus while 查看全文   2007-08-30 02:26:24
A reader suggested I discuss the difference in use of MATLAB's for and while constructs. Contents The Scene At Least Once in a while Taking Care Using for Your Style Preferences? The Scene You want to run some c...
 展开
发给朋友   转到小组   (打标签) 收藏