{"id":10721,"date":"2019-05-03T09:00:14","date_gmt":"2019-05-03T13:00:14","guid":{"rendered":"https:\/\/blogs.mathworks.com\/pick\/?p=10721"},"modified":"2019-05-02T12:16:21","modified_gmt":"2019-05-02T16:16:21","slug":"getting-started-with-matlab-examples","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/pick\/2019\/05\/03\/getting-started-with-matlab-examples\/","title":{"rendered":"Getting Started with MATLAB examples"},"content":{"rendered":"\r\n<div class=\"content\"><p><a href=\"http:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/869871\">Jiro<\/a>&#8216;s Pick this week is <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/71156\">the example files used in the &#8220;Getting Started with MATLAB&#8221; video<\/a> by one of my colleagues, <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/1455089\">Matt Tearle<\/a>. I used to work with him in the Training Services group.<\/p><p>I chose to highlight this entry this week not only because of the interesting topic that this example covers (modeling and analyzing of solar panel energy production), but also because this example is part of a new <a href=\"https:\/\/www.mathworks.com\/videos\/getting-started-with-matlab-68985.html\">Getting Started with MATLAB video<\/a>. This is a 10-minute video that gives you a nice overview of getting started with MATLAB using a real example. With these live scripts, you can actually run the analyses shown in the video.<\/p><p>Be sure to also check out the newly revamped <a href=\"https:\/\/www.mathworks.com\/videos.html\">Videos and Webinars page<\/a> and the <a href=\"https:\/\/www.mathworks.com\/support\/learn-with-matlab-tutorials.html\">MATLAB and Simulink Tutorials page<\/a>. The videos page organizes the videos at a high level, giving you a quick index into topics you may find useful.<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/jiro\/potw_GettingStartedMATLAB\/videos_webinars.png\" alt=\"\"> <\/p><p>The tutorials page organizes various materials to get you up and running with MATLAB and Simulink, ranging from interactive tutorials to large repository of examples.<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/jiro\/potw_GettingStartedMATLAB\/matlab_simulink_tutorials.png\" alt=\"\"> <\/p><p><b>Comments<\/b><\/p><p>Give it a try and let us know what you think <a href=\"http:\/\/blogs.mathworks.com\/pick\/?p=10721#respond\">here<\/a> or leave a <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/71156#comment\">comment<\/a> for Matt.<\/p><script language=\"JavaScript\"> <!-- \r\n    function grabCode_4e3fb6c6bb01437d85285b8b0522b183() {\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='4e3fb6c6bb01437d85285b8b0522b183 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' 4e3fb6c6bb01437d85285b8b0522b183';\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        copyright = 'Copyright 2019 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 copyright line at the bottom if specified.\r\n        if (copyright.length > 0) {\r\n            d.writeln('');\r\n            d.writeln('%%');\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     --> <\/script><p style=\"text-align: right; font-size: xx-small; font-weight:lighter;   font-style: italic; color: gray\"><br><a href=\"javascript:grabCode_4e3fb6c6bb01437d85285b8b0522b183()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n      the MATLAB code <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; R2019a<br><\/p><p class=\"footer\"><br>\r\n      Published with MATLAB&reg; R2019a<br><\/p><\/div><!--\r\n4e3fb6c6bb01437d85285b8b0522b183 ##### SOURCE BEGIN #####\r\n%%\r\n% <http:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/869871 Jiro>'s\r\n% Pick this week is\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/71156 the example\r\n% files used in the \"Getting Started with MATLAB\" video> by one of my\r\n% colleagues,\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/1455089 Matt\r\n% Tearle>. I used to work with him in the Training Services group.\r\n%\r\n% I chose to highlight this entry this week not only because of the\r\n% interesting topic that this example covers (modeling and analyzing of\r\n% solar panel energy production), but also because this example is part of\r\n% a new\r\n% <https:\/\/www.mathworks.com\/videos\/getting-started-with-matlab-68985.html\r\n% Getting Started with MATLAB video>. This is a 10-minute video that gives\r\n% you a nice overview of getting started with MATLAB using a real example.\r\n% With these live scripts, you can actually run the analyses shown in the\r\n% video.\r\n%\r\n% Be sure to also check out the newly revamped\r\n% <https:\/\/www.mathworks.com\/videos.html Videos and Webinars page> and the\r\n% <https:\/\/www.mathworks.com\/support\/learn-with-matlab-tutorials.html\r\n% MATLAB and Simulink Tutorials page>. The videos page organizes the videos\r\n% at a high level, giving you a quick index into topics you may find\r\n% useful.\r\n%\r\n% <<videos_webinars.png>>\r\n%\r\n% The tutorials page organizes various materials to get you up and running\r\n% with MATLAB and Simulink, ranging from interactive tutorials to large\r\n% repository of examples.\r\n%\r\n% <<matlab_simulink_tutorials.png>>\r\n%\r\n% *Comments*\r\n%\r\n% Give it a try and let us know what you think\r\n% <http:\/\/blogs.mathworks.com\/pick\/?p=10721#respond here> or leave a\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/71156#comment\r\n% comment> for Matt.\r\n\r\n##### SOURCE END ##### 4e3fb6c6bb01437d85285b8b0522b183\r\n-->","protected":false},"excerpt":{"rendered":"<div class=\"overview-image\"><img decoding=\"async\"  class=\"img-responsive\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/jiro\/potw_GettingStartedMATLAB\/videos_webinars.png\" onError=\"this.style.display ='none';\" \/><\/div><p>\r\nJiro&#8216;s Pick this week is the example files used in the &#8220;Getting Started with MATLAB&#8221; video by one of my colleagues, Matt Tearle. I used to work with him in the Training Services&#8230; <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/pick\/2019\/05\/03\/getting-started-with-matlab-examples\/\">read more >><\/a><\/p>","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/10721"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/comments?post=10721"}],"version-history":[{"count":2,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/10721\/revisions"}],"predecessor-version":[{"id":10725,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/10721\/revisions\/10725"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/media?parent=10721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/categories?post=10721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/tags?post=10721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}