Ever wanted to have coordinated views of multiples plots when you pan or zoom? You can do this in MATLAB. Let's suppose I have two plots and I want to be sure they keep... 続きを読む >>
Note
Loren on the Art of MATLAB has been archived and will not be updated.
Ever wanted to have coordinated views of multiples plots when you pan or zoom? You can do this in MATLAB. Let's suppose I have two plots and I want to be sure they keep... 続きを読む >>
Note the date, folks. I am using this excuse to be a bit light-hearted today. I saw the following quote on someone's door here at MathWorks. ... 続きを読む >>
My last post started the discussion about how to ensure data values met certain constraints. The solutions I talked about were ones where you checked at certain places during a... 続きを読む >>
Do you sometimes need to be sure an array has only bounded, positive values? At least one customer asked about this recently and noted that it could be quite involved. ... 続きを読む >>
In a variety of applications, customers have requested a way to sort arrays subject to some constraints. One use case is when a row in an array represents a data record. Clearly, ... 続きを読む >>
Conventional wisdom for programming MATLAB used to be that using for loops automatically forced a program to suffer from poor performance. Since MATLAB R13 (version 6.5), MATLAB has... 続きを読む >>
There are some functions in MATLAB that we designed to be similar to their counterparts in other languages. There are also some functions that we deliberately designed... 続きを読む >>
Today I’d like to introduce a guest blogger, Ben, who is consultant over in The MathWorks UK. Some of you may have come across his customer projects and demos on image... 続きを読む >>
MATLAB has had empty arrays since before I started using the program. When I started, the only size empty array was 0x0. When version 5 was released, empty arrays came along for the... 続きを読む >>
Discrete data arise in many applications and the data may be numeric, or non-numeric, often referred to as categorical. Not all data are strictly numeric, and other... 続きを読む >>