{"id":160,"date":"2008-11-10T15:31:48","date_gmt":"2008-11-10T20:31:48","guid":{"rendered":"https:\/\/blogs.mathworks.com\/loren\/2008\/11\/10\/new-features-in-r2008b-and-how-to-ask-for-more\/"},"modified":"2019-10-23T10:49:12","modified_gmt":"2019-10-23T15:49:12","slug":"new-features-in-r2008b-and-how-to-ask-for-more","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/loren\/2008\/11\/10\/new-features-in-r2008b-and-how-to-ask-for-more\/","title":{"rendered":"New Features in R2008b and How to Ask for More"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p>By now, you many know that the <a href=\"https:\/\/www.mathworks.com\/products\/new_products\/latest_features.html\">second 2008 release<\/a> of MATLAB and related products is out.\r\n      <\/p>\r\n   <\/introduction>\r\n   <h3>Contents<\/h3>\r\n   <div>\r\n      <ul>\r\n         <li><a href=\"#1\">Some Quick Highlights<\/a><\/li>\r\n         <li><a href=\"#2\">User Survey<\/a><\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <h3>Some Quick Highlights<a name=\"1\"><\/a><\/h3>\r\n   <p>Here are just a few quick highlights, some of which you will see in future posts on this blog, and some of which have already\r\n      shown up on other <a href=\"https:\/\/blogs.mathworks.com\/\">MathWorks blogs<\/a>.\r\n   <\/p>\r\n   <p>Highlights:<\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Enhanced random number generation<\/li>\r\n         <li>IDE elements such as a function browser, function hints, and a more flexible current directory browser<\/li>\r\n         <li>Additional supported file formats: NetCDF (read\/write) and JPEG2000 (read)<\/li>\r\n         <li>New data structure <tt>containers.Map<\/tt><\/li>\r\n         <li><tt>doc<\/tt> command enhanced to work with user created classes\r\n         <\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <h3>User Survey<a name=\"2\"><\/a><\/h3>\r\n   <p>In the past you have added plenty of requests on this blog.  Today I ask you to consider filling out <a title=\"\">this survey<\/a>. We are looking for input about how you work so we can create new features and functionality to meet your needs.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_4029a37971174f2e936994a1f0bb7358() {\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='4029a37971174f2e936994a1f0bb7358 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' 4029a37971174f2e936994a1f0bb7358';\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 2008 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_4029a37971174f2e936994a1f0bb7358()\"><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.7<br><\/p>\r\n<\/div>\r\n<!--\r\n4029a37971174f2e936994a1f0bb7358 ##### SOURCE BEGIN #####\r\n%% New Features in R2008b and How to Ask for More\r\n% By now, you many know that the \r\n% <https:\/\/www.mathworks.com\/products\/new_products\/latest_features.html second 2008 release> of MATLAB and related\r\n% products is out.\r\n%% Some Quick Highlights\r\n% Here are just a few quick highlights, some of which you will see in\r\n% future posts on this blog, and some of which have already shown up on\r\n% other <https:\/\/blogs.mathworks.com\/ MathWorks blogs>.\r\n%\r\n% Highlights:\r\n%\r\n% * Enhanced random number generation\r\n% * IDE elements such as a function browser, function hints, and a more\r\n% flexible current directory browser\r\n% * Additional supported file formats: NetCDF (read\/write) and JPEG2000\r\n% (read)\r\n% * New data structure |containers.Map|\r\n% * |doc| command enhanced to work with user created classes\r\n% \r\n%% User Survey\r\n% In the past you have added plenty of requests on this blog.  Today I ask\r\n% you to consider filling out\r\n% < this survey>.\r\n% We are looking for input about how you work so we can create new features\r\n% and functionality to meet your needs.\r\n\r\n##### SOURCE END ##### 4029a37971174f2e936994a1f0bb7358\r\n-->","protected":false},"excerpt":{"rendered":"<p>\r\n   \r\n      By now, you many know that the second 2008 release of MATLAB and related products is out.\r\n      \r\n   \r\n   Contents\r\n   \r\n      \r\n  ... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/loren\/2008\/11\/10\/new-features-in-r2008b-and-how-to-ask-for-more\/\">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\/160"}],"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=160"}],"version-history":[{"count":1,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/160\/revisions"}],"predecessor-version":[{"id":3470,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/posts\/160\/revisions\/3470"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/media?parent=160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/categories?post=160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/loren\/wp-json\/wp\/v2\/tags?post=160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}