{"id":274,"date":"2011-05-05T17:10:29","date_gmt":"2011-05-05T17:10:29","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2011\/05\/05\/matlab-r2011a\/"},"modified":"2011-05-02T17:11:12","modified_gmt":"2011-05-02T17:11:12","slug":"matlab-r2011a","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2011\/05\/05\/matlab-r2011a\/","title":{"rendered":"MATLAB R2011a"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <h1>MATLAB R2011a<\/h1>\r\n   <p>There's a new release of MATLAB, <a href=\"https:\/\/www.mathworks.com\/help\/releases\/R2011a\/base\/relnotes\/relnotes_highlights.html\">R2011a<\/a>.  By now, some of you have probably started to use it.  There have been a couple of blogs about some of the new features:\r\n   <\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Guy on <a href=\"https:\/\/blogs.mathworks.com\/seth\/2011\/04\/08\/welcome-to-the-coders\/\">the new Coders<\/a><\/li>\r\n         <li>Mike on <a href=\"https:\/\/blogs.mathworks.com\/community\/2011\/04\/11\/introducing-matlab-r2011a\/\">desktop and editor features<\/a><\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <p>A MATLAB improvement of particular note:<\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Improved performance for many linear algebra functions in MATLAB<\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <p>And Optimization Toolbox has a notable new feature:<\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Large-scale interior-point solver for quadratic programming<\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <p><b>Have You Found a Favorite New Feature in R2011a?<\/b><\/p>\r\n   <p>If you have, please let us know <a href=\"https:\/\/blogs.mathworks.com\/loren\/?p=274#respond\">here<\/a>.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_4d7615a8ae1240e3909cd40b104d0a18() {\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='4d7615a8ae1240e3909cd40b104d0a18 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' 4d7615a8ae1240e3909cd40b104d0a18';\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 2011 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_4d7615a8ae1240e3909cd40b104d0a18()\"><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.12<br><\/p>\r\n<\/div>\r\n<!--\r\n4d7615a8ae1240e3909cd40b104d0a18 ##### SOURCE BEGIN #####\r\n%% MATLAB R2011a\r\n% There's a new release of MATLAB,\r\n% <https:\/\/www.mathworks.com\/help\/releases\/R2011a\/base\/relnotes\/relnotes_highlights.html\r\n% R2011a>.  By now, some of you have probably started to use it.  There\r\n% have been a couple of blogs about some of the new features:\r\n%\r\n% * Guy on\r\n% <https:\/\/blogs.mathworks.com\/seth\/2011\/04\/08\/welcome-to-the-coders\/ the\r\n% new Coders>\r\n% * Mike on\r\n% <https:\/\/blogs.mathworks.com\/community\/2011\/04\/11\/introducing-matlab-r2011a\/\r\n% desktop and editor features>\r\n% \r\n% A MATLAB improvement of particular note:\r\n%\r\n% * Improved performance for many linear algebra functions in MATLAB \r\n%\r\n% And Optimization Toolbox has a notable new feature:\r\n%\r\n% * Large-scale interior-point solver for quadratic programming \r\n%\r\n% *Have You Found a Favorite New Feature in R2011a?*\r\n%\r\n% If you have, please let us know\r\n% <https:\/\/blogs.mathworks.com\/loren\/?p=274#respond here>.\r\n\r\n\r\n##### SOURCE END ##### 4d7615a8ae1240e3909cd40b104d0a18\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   MATLAB R2011a\r\n   There's a new release of MATLAB, R2011a.  By now, some of you have probably started to use it.  There have been a couple of blogs about some of the new features:\r\n   \r\n   \r\n   ... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2011\/05\/05\/matlab-r2011a\/\">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\/274"}],"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=274"}],"version-history":[{"count":0,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/274\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=274"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=274"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}