{"id":288,"date":"2011-09-15T19:25:53","date_gmt":"2011-09-15T19:25:53","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2011\/09\/15\/r2011b-is-available\/"},"modified":"2016-08-03T14:06:42","modified_gmt":"2016-08-03T19:06:42","slug":"r2011b-is-available","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2011\/09\/15\/r2011b-is-available\/","title":{"rendered":"R2011b Is Available"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p>R2011b is now available. Focusing solely on MATLAB, I wanted to let you know what some of my favorite new features are.\r\n      <\/p>\r\n      <div>\r\n         <ul>\r\n            <li>Spreadsheet import tool for selecting and loading mixed numeric and textual data<\/li>\r\n            <li><a href=\"https:\/\/www.mathworks.com\/help\/releases\/R2011b\/techdoc\/ref\/matfile.html\"><tt>matfile<\/tt><\/a> function to load or save portions of an array in a MAT-file\r\n            <\/li>\r\n            <li><a href=\"https:\/\/www.mathworks.com\/help\/releases\/R2011b\/techdoc\/ref\/griddedinterpolantclass.html\"><tt>griddedInterpolant<\/tt><\/a> object for more control, better performance, and memory efficiency in interpolation for gridded data\r\n            <\/li>\r\n            <li>Exchange of multidimensional arrays and cell arrays directly between MATLAB and Microsoft .NET<\/li>\r\n         <\/ul>\r\n      <\/div>\r\n      <p>and perhaps my favorite one:<\/p>\r\n      <div>\r\n         <ul>\r\n            <li>Automatic variable and function renaming in the MATLAB Editor<\/li>\r\n         <\/ul>\r\n      <\/div>\r\n   <\/introduction>\r\n   <p>Your Favorite R2011b Feature?<\/p>\r\n   <p>What's your favorite feature among the new ones in R2011b?  Let us know <a href=\"https:\/\/blogs.mathworks.com\/loren\/?p=288#respond\">here<\/a>.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_c06030c619bb424488f692be855f5378() {\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='c06030c619bb424488f692be855f5378 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' c06030c619bb424488f692be855f5378';\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_c06030c619bb424488f692be855f5378()\"><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.13<br><\/p>\r\n<\/div>\r\n<!--\r\nc06030c619bb424488f692be855f5378 ##### SOURCE BEGIN #####\r\n%% R2011b Is Available\r\n% R2011b is now available. You can learn more about new features\r\n% <https:\/\/www.mathworks.com\/help\/base\/relnotes\/f0-107996.html#f0-79433\r\n% here>, including some videos. Focusing solely on MATLAB, I wanted to let\r\n% you know what some of my favorite new features are.\r\n%\r\n% * Spreadsheet import tool for selecting and loading mixed numeric and\r\n% textual data\r\n% * <https:\/\/www.mathworks.com\/help\/releases\/R2011b\/techdoc\/ref\/matfile.html\r\n% |matfile|> function to load or save portions of an array in a MAT-file\r\n% * <https:\/\/www.mathworks.com\/help\/releases\/R2011b\/techdoc\/ref\/griddedinterpolantclass.html\r\n% |griddedInterpolant|> object for more control, better performance, and\r\n% memory efficiency in interpolation for gridded data\r\n% * Exchange of multidimensional arrays and cell arrays directly between\r\n% MATLAB and Microsoft .NET\r\n%\r\n% and perhaps my favorite one:\r\n%\r\n% * Automatic variable and function renaming in the MATLAB Editor\r\n%% \r\n% Your Favorite R2011b Feature?\r\n%\r\n% What's your favorite feature among the\r\n% <https:\/\/www.mathworks.com\/help\/base\/relnotes\/f0-107996.html#f0-79433 new\r\n% ones in R2011b>?  Let us know\r\n% <https:\/\/blogs.mathworks.com\/loren\/?p=288#respond here>.\r\n\r\n##### SOURCE END ##### c06030c619bb424488f692be855f5378\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   \r\n      R2011b is now available. Focusing solely on MATLAB, I wanted to let you know what some of my favorite new features are.\r\n      \r\n      \r\n      ... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2011\/09\/15\/r2011b-is-available\/\">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,40],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/288"}],"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=288"}],"version-history":[{"count":2,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/288\/revisions"}],"predecessor-version":[{"id":1903,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/288\/revisions\/1903"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}