- Undocumented Matlab - https://undocumentedmatlab.com -

Docs of old Matlab releases

Posted By Yair Altman On September 7, 2010 | 7 Comments

I constantly monitor the official Matlab blogs [1] – they are interesting, well written, and I often learn something new.
A few days ago I read Steve Eddins’ latest post on his Image Processing blog [2]. Steve pointed out a recent addition to the MathWorks.com website, which added a section of archived documentation for previous Matlab releases [3] all the way back to R13SP2 (from 2004), including all their corresponding toolboxes.

Prehistorical Matlab documentation from Draa River
Prehistorical Matlab documentation from Draa River [4]
note the incomplete formula (left) and the simplistic plot figure (right)

Archived Japanese-language documentation is also available, although not in as complete a manner as English-language docs, nor in an orderly list as the English docs, for R2009b [5], R2008a, R2007a, R2006a, R14 and R13sp2 [6].
Of course, the latest documentation (lately of R2010b which was released a few days ago), is always available in the website’s main Matlab documentation page [7].
Unfortunately, older releases are not archived at the moment. There are several versions available online (university caches etc.), but I do not know whether they have a copyright license, so you will have to find them without my help (no pun intended…). If you have the installed version, you can always access the installed documentation – that’s what I do with an R12 (Matlab 6.0, from 2000) release that I keep for my code backward-compatibility checks.
Searching the state of earlier Matlab releases has always been difficult. I often found myself wading through a long list of lengthy release notes until I found the change I was looking for, assuming it was even documented. In this blog I often refer to undocumented, under-documented or mis-documented features and these are much harder, if not impossible, to find in the release notes. When I need to use an online reference, I needed to rely on some second-hand doc archives (for example, in my recent DDE article [8]). Having a central repository of release docs greatly simplifies some of these tasks.
As I mentioned earlier, monitoring Matlab’s official blogs is certainly worthwhile. It is very unfortunate that there is no external access to MathWork’s internal blogs – I am certain these are even more interesting! Is it possible they might describe an online section not of previous releases but rather of future ones? 🙂
Shana Tova everyone – a Happy New Year filled with new discoveries!

Categories: Low risk of breaking in future versions, Stock Matlab function, Toolbox


7 Comments (Open | Close)

7 Comments To "Docs of old Matlab releases"

#1 Comment By Mike On September 7, 2010 @ 15:25

While our internal blogs are pretty active, I think most of our customers would find them quite boring. They’re pretty mundane, mostly sharing links to news and how to set up various programs on our network.

#2 Comment By Malcolm Lidierth On September 9, 2010 @ 04:59

Not quite on topic, but why do TMW not provide an ‘update’ resource for a few version specific functions. For example, isVerLessThan was introduced recently (presumably because version 7.1 and 7.10 could not be distinguished with existing routines). isVerLessThan is clearly designed to assist users write code that is backwards compatible, but users of early versions will not have the isVerLessThan function so it can not be used for its intended purpose. There are others, like ismac(), that are not available on MATLAB versions where the Mac was not supported.
If TMW put this handful of functions into a free pack for users of older MATLAB versions, those of us with the latest version could start using them.

#3 Comment By Steve L On September 10, 2010 @ 16:39

Malcolm,

A backwards compatible version of verLessThan is available [15].

#4 Comment By Yair Altman On April 30, 2018 @ 10:32

See Hanan’s [16], regarding performance aspects of verLessThan.

#5 Pingback By Changes in the online doc URLs | Undocumented Matlab On October 10, 2012 @ 11:03

[…] changes to the online documentation center that I found useful. These included the addition of historical documentation archives, and the plot gallery. […]

#6 Pingback By MathWorks blogs facelift | Undocumented Matlab On January 12, 2014 @ 14:01

[…] on Matlab Central (there are also some unofficial internal blogs, but they are unfortunately not publicly accessible).If you have not done so already, I encourage you to browse the available blogs and subscribe […]

#7 Comment By Brahim KEJJI On April 30, 2018 @ 00:16

Please say that the image is from Morocco and the alphabet is Amazigh.
Thank you for all infos.

shining salutation from south Morocco.

bkejji


Article printed from Undocumented Matlab: https://undocumentedmatlab.com

URL to article: https://undocumentedmatlab.com/articles/docs-of-old-matlab-releases

URLs in this post:

[1] official Matlab blogs: http://blogs.mathworks.com/

[2] Image Processing blog: http://blogs.mathworks.com/steve/2010/09/03/documentation-for-previous-releases-now-available-online/

[3] documentation for previous Matlab releases: http://www.mathworks.com/help/doc-archives.html

[4] Draa River: http://en.wikipedia.org/wiki/Draa_River

[5] R2009b: http://www.mathworks.co.jp/help/doc-archives.html

[6] R2008a, R2007a, R2006a, R14 and R13sp2: http://www.mathworks.co.jp/help/doc-archives-pre9b_ja_JP.html

[7] main Matlab documentation page: http://www.mathworks.com/help/

[8] DDE article: http://undocumentedmatlab.com/blog/matlab-dde-support/

[9] Types of undocumented Matlab aspects : https://undocumentedmatlab.com/articles/types-of-undocumented-matlab-aspects

[10] Matlab numerical gotchas : https://undocumentedmatlab.com/articles/matlab-numerical-gotchas

[11] Matlab installation woes : https://undocumentedmatlab.com/articles/matlab-installation-woes

[12] Solving a MATLAB bug by subclassing : https://undocumentedmatlab.com/articles/solving-a-matlab-bug-by-subclassing

[13] Matlab compiler bug and workaround : https://undocumentedmatlab.com/articles/matlab-compiler-bug-and-workaround

[14] Speeding-up builtin Matlab functions – part 2 : https://undocumentedmatlab.com/articles/speeding-up-builtin-matlab-functions-part-2

[15] : http://www.mathworks.com/support/solutions/en/data/1-38LI61/?solution=1-38LI61

[16] : https://undocumentedmatlab.com/blog/speeding-up-builtin-matlab-functions-part-1#comment-424394

Copyright © Yair Altman - Undocumented Matlab. All rights reserved.