Doug’s MATLAB Video Tutorials

November 4th, 2008

Video Tutorial: MATLAB basics, LINKPROP

I think it is best to do these tutorials based on solving realistic coding challenges. In helping to write the code for the next MATLAB contest, I had a situation where I wanted two images to be displayed on two axes using the same colormap values. The problem is, one image ranged in value from 1-100 while the other would range from 1-10. Just like you might change the xlim (x limits) of two axis so they match up, I also needed to set the color limits on these two axis so they would match up. I could do that manually, or, I could do it with LINKPROP. This video uses the LINKPROP method.
MATLAB Central Files Icon Also, be sure to take some time to explore the new look of the File Exchange. Lots of new features.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of The MathWorks.