抓虾帮你轻松订阅、收藏、分享博客和新闻等。 订阅 关闭
共有109篇 | 以下是第41-50篇 | 只浏览标题 <   1   2   3   4   5   6  >  
There are a lot of ways to create reusable tools and widgets in lots of programming languages, including MATLAB. Today I want to illustrate creating a reusable visualization tool that can then be incorporated into a more complex visualization tool. Several of us (Scott...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Users sometimes want to monitor the progress of some calculation or simulation. Here's a recent example from the MATLAB newsgroup. Contents Graphical Output Option Using waitbar Textual Output Option Progress Indicators So...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
I have had customers ask me occasionally about what happens during an indexed assignment when indices are repeated. The answer is that it depends on how you do the assignment. Contents Repeated Indices with a Single Assignment Repeated I...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
GOTO Humor 查看全文   2007-07-23 20:56:33
GOTO Humor For those of you who wonder why MATLAB does not have a goto statement, you might look at this cartoon in addition to reading an earlier blog article I wrote. I am amused to see this confession about that post.
Get the MATLAB code (requires JavaScript)

Published ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Make Code N-D Safe 查看全文   2007-07-06 23:50:53
I've recently been asked some questions about programming safely to account for N-dimensional data. Techniquest that are tried-and-true for two dimensions don't all scale to N dimensions. Contents Code That's Not Recommended Code That i...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
sum Things to Consider 查看全文   2007-06-29 22:36:32
I was just helping someone debug a piece of code that was giving an incorrect answer. The code returned an output with a shape different than the coder expected. I made sure the workspace browser was showing while we worked, and as we stepped through the algorithm, we ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
I know there are a large number of experienced MATLAB users who read this blog. If you happen to live in the Boston area and are interested in joining some like-minded MATLAB users to meet with the MATLAB Language Development Team, please fill out this survey. ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Indexing Terminology 查看全文   2007-06-21 23:16:02
Someone recently asked me to discuss X-Y versus row-column indexing. Contents Two Conventions Matrix versus Cartesian Frameworks Plotting Matrices Creating an N-Dimensional Grid Creating an 2- or 3-Dimensional Grid Th...
 展开
发给朋友   转到小组   (打标签) 收藏