Pinyo's Programming and Software Notes

Saturday, September 30, 2006

Multiple Color Maps in Matlab
(Sep 30, 2006)

Today, I got an email from Prob asking if we can use multiple color maps in a single image with multiple objects. The answer is yes, but we need to make sure that every plot in an image must belong to different handle. To ensure this, we can just save different handlers every time when we make a plot. Details are provided in Example 3 at http://www.mathworks.com/support/tech-notes/1200/1215.html.

Wednesday, September 27, 2006

Working Directory and SourceSafe
(Sep 27, 2006)

I got a simple problem with SourceSafe: could not find where the files from SourceSafe were uploaded to my machine. The answer for this problem lies in working directory. We can see a working directory name at the top of the right pane. Plus, we can right click on a source directory and choose 'Set Working Directory' to see the current one (or even set a new one).