{"id":244,"date":"2010-09-08T14:42:02","date_gmt":"2010-09-08T14:42:02","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2010\/09\/08\/r2010b-is-live\/"},"modified":"2010-09-08T14:43:19","modified_gmt":"2010-09-08T14:43:19","slug":"r2010b-is-live","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2010\/09\/08\/r2010b-is-live\/","title":{"rendered":"R2010b is Live"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p><a href=\"https:\/\/www.mathworks.com\/products\/new_products\/latest_features.html?s_cid=0909_webg_9b_homepage_268513\">MATLAB R2010b<\/a> is live and includes some a bunch of good stuff.  I've listed ones below that I found most interesting. You may find others\r\n         more compelling, so read the <a href=\"https:\/\/www.mathworks.com\/help\/releases\/R2010b\/techdoc\/rn\/bsjq1bj.html\">Release Notes<\/a>!\r\n      <\/p>\r\n   <\/introduction>\r\n   <p>As <a href=\"https:\/\/blogs.mathworks.com\/steve\/2010\/09\/03\/documentation-for-previous-releases-now-available-online\/\">Steve mentioned<\/a>, <a href=\"https:\/\/www.mathworks.com\/help\/doc-archives.html\">documentation from previous releases<\/a> is now available.\r\n   <\/p>\r\n   <p>Arithmetic functions now support 64-bit datatypes.  There's also a suite of performance enhancements for some of the math\r\n      users rely on heavily, including the 3-output form of <tt>svd<\/tt>, trig functions with degree inputs, and sparse column assignment.\r\n   <\/p>\r\n   <p>MATLAB now supports arrays of <tt>timeseries<\/tt>.\r\n   <\/p>\r\n   <p>There is support for classes that define <tt>Enumerations<\/tt>.\r\n   <\/p>\r\n   <p><tt>VideoWriter<\/tt> allows creation of AVI files on all platforms.  And there has been a suite of updates to the HDF4, HDF5, and netCDF sets\r\n      of functionality.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_8886986eb3ae4625aacf3a672cecb382() {\r\n        \/\/ Remember the title so we can use it in the new page\r\n        title = document.title;\r\n\r\n        \/\/ Break up these strings so that their presence\r\n        \/\/ in the Javascript doesn't mess up the search for\r\n        \/\/ the MATLAB code.\r\n        t1='8886986eb3ae4625aacf3a672cecb382 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' 8886986eb3ae4625aacf3a672cecb382';\r\n    \r\n        b=document.getElementsByTagName('body')[0];\r\n        i1=b.innerHTML.indexOf(t1)+t1.length;\r\n        i2=b.innerHTML.indexOf(t2);\r\n \r\n        code_string = b.innerHTML.substring(i1, i2);\r\n        code_string = code_string.replace(\/REPLACE_WITH_DASH_DASH\/g,'--');\r\n\r\n        \/\/ Use \/x3C\/g instead of the less-than character to avoid errors \r\n        \/\/ in the XML parser.\r\n        \/\/ Use '\\x26#60;' instead of '<' so that the XML parser\r\n        \/\/ doesn't go ahead and substitute the less-than character. \r\n        code_string = code_string.replace(\/\\x3C\/g, '\\x26#60;');\r\n\r\n        author = 'Loren Shure';\r\n        copyright = 'Copyright 2010 The MathWorks, Inc.';\r\n\r\n        w = window.open();\r\n        d = w.document;\r\n        d.write('<pre>\\n');\r\n        d.write(code_string);\r\n\r\n        \/\/ Add author and copyright lines at the bottom if specified.\r\n        if ((author.length > 0) || (copyright.length > 0)) {\r\n            d.writeln('');\r\n            d.writeln('%%');\r\n            if (author.length > 0) {\r\n                d.writeln('% _' + author + '_');\r\n            }\r\n            if (copyright.length > 0) {\r\n                d.writeln('% _' + copyright + '_');\r\n            }\r\n        }\r\n\r\n        d.write('<\/pre>\\n');\r\n      \r\n      d.title = title + ' (MATLAB code)';\r\n      d.close();\r\n      }   \r\n      \r\n-->\r\n<\/script><p style=\"text-align: right; font-size: xx-small; font-weight:lighter;   font-style: italic; color: gray\"><br><a href=\"javascript:grabCode_8886986eb3ae4625aacf3a672cecb382()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n            the MATLAB code \r\n            <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; 7.11<br><\/p>\r\n<\/div>\r\n<!--\r\n8886986eb3ae4625aacf3a672cecb382 ##### SOURCE BEGIN #####\r\n%% R2010b is Live\r\n% <https:\/\/www.mathworks.com\/products\/new_products\/latest_features.html?s_cid=0909_webg_9b_homepage_268513\r\n% MATLAB R2010b> is live and includes some a bunch of good stuff.  I've\r\n% listed ones below that I found most interesting. You may find others more\r\n% compelling, so read the\r\n% <https:\/\/www.mathworks.com\/help\/releases\/R2010b\/techdoc\/rn\/bsjq1bj.html\r\n% Release Notes>!\r\n%%\r\n% As\r\n% <https:\/\/blogs.mathworks.com\/steve\/2010\/09\/03\/documentation-for-previous-releases-now-available-online\/\r\n% Steve mentioned>, <https:\/\/www.mathworks.com\/help\/doc-archives.html documentation from previous releases>\r\n% is now available.\r\n%%\r\n% Arithmetic functions now support 64-bit datatypes.  There's also a suite\r\n% of performance enhancements for some of the math users rely on heavily,\r\n% including the 3-output form of |svd|, trig functions with degree inputs,\r\n% and sparse column assignment.\r\n%%\r\n% MATLAB now supports arrays of |timeseries|.\r\n%%\r\n% There is support for classes that define |Enumerations|.\r\n%%\r\n% |VideoWriter| allows creation of AVI files on all platforms.  And there\r\n% has been a suite of updates to the HDF4, HDF5, and netCDF sets of\r\n% functionality.\r\n\r\n##### SOURCE END ##### 8886986eb3ae4625aacf3a672cecb382\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   \r\n      MATLAB R2010b is live and includes some a bunch of good stuff.  I've listed ones below that I found most interesting. You may find others\r\n         more compelling, so read the Release... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2010\/09\/08\/r2010b-is-live\/\">read more >><\/a><\/p>","protected":false},"author":39,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/244"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":0,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/244\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=244"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}