{"id":63,"date":"2016-02-06T13:08:35","date_gmt":"2016-02-06T05:08:35","guid":{"rendered":"http:\/\/labstt.phy.ncu.edu.tw\/?p=63"},"modified":"2016-02-06T13:09:53","modified_gmt":"2016-02-06T05:09:53","slug":"guide-to-matlab","status":"publish","type":"post","link":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63","title":{"rendered":"Guide to Matlab [develop]"},"content":{"rendered":"This article won&#8217;t teach you how to use and write Matlab. Here I just collect some useful links systematically which focus on specified topic. I hope this &#8220;bone&#8221; can help you to get basic concepts of Matlab quickly while how to fulfill the &#8220;meat&#8221; still needs you effect. The main references are\r\n<ul>\r\n\t<li><a href=\"https:\/\/en.wikibooks.org\/wiki\/MATLAB_Programming\">WikiBook<\/a><a href=\"https:\/\/en.wikibooks.org\/wiki\/MATLAB_Programming\"> for Matlab Programming<\/a><\/li>\r\n\t<li><a href=\"http:\/\/www.mathworks.com\/help\/matlab\/index.html\">Official Documentation<\/a><\/li>\r\n<\/ul>\r\n\r\n<hr \/>\r\n\r\n<h4>Overview of Programming Language??<\/h4>\r\nAlmost all of programming languages have some concepts such as flow control, data structure, and so on. The following lists the ~~\r\n<ul>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/language-fundamentals.html\">Fundamentals<\/a>\r\n<ul>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/matlab_env\/enter-statements-in-command-window.html\">Entering Commands<\/a><\/li>\r\n<\/ul>\r\n<\/li>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/data-types_data-types.html\">Data Type<\/a>\r\n<ul>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/numeric-types.html\">Numerical type (integer, floating-point number)<\/a><\/li>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/characters-and-strings.html\">Characters, Strings<\/a><\/li>\r\n<\/ul>\r\n<\/li>\r\n\t<li>Data Structure\r\n<ul>\r\n\t<li>Matrices and Arrays<\/li>\r\n\t<li>Cell Arrays<\/li>\r\n\t<li>Structure Arrays<\/li>\r\n<\/ul>\r\n<\/li>\r\n\t<li>Loop\r\n<ul>\r\n\t<li>for<\/li>\r\n\t<li>while<\/li>\r\n<\/ul>\r\n<\/li>\r\n\t<li>Condition\r\n<ul>\r\n\t<li>if<\/li>\r\n\t<li>if-else<\/li>\r\n\t<li>switch<\/li>\r\n<\/ul>\r\n<\/li>\r\n\t<li><a href=\"http:\/\/nl.mathworks.com\/help\/matlab\/function-basics.html\">Function<\/a><\/li>\r\n<\/ul>\r\n&nbsp;","protected":false},"excerpt":{"rendered":"This article won&#8217;t teach you how to use and write Matlab. Here I just collect some useful links systematically which focus on specified topic. I hope this &#8220;bone&#8221; can help you to get basic concepts of Matlab quickly while how to fulfill the &#8220;meat&#8221; still needs you effect. The main references are WikiBook for Matlab [&#8230;]<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\">Read More&#8230;<span class=\"screen-reader-text\"> from Guide to Matlab [develop]<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-startup"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group\" \/>\n<meta property=\"og:description\" content=\"This article won&#8217;t teach you how to use and write Matlab. Here I just collect some useful links systematically which focus on specified topic. I hope this &#8220;bone&#8221; can help you to get basic concepts of Matlab quickly while how to fulfill the &#8220;meat&#8221; still needs you effect. The main references are WikiBook for Matlab [...]Read More... from Guide to Matlab [develop]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\" \/>\n<meta property=\"og:site_name\" content=\"Theoretical and Computational Spintronics Group\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-06T05:08:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-02-06T05:09:53+00:00\" \/>\n<meta name=\"author\" content=\"LISE\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"LISE\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63#article\",\"isPartOf\":{\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63\"},\"author\":{\"name\":\"LISE\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d\"},\"headline\":\"Guide to Matlab [develop]\",\"datePublished\":\"2016-02-06T05:08:35+00:00\",\"dateModified\":\"2016-02-06T05:09:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63\"},\"wordCount\":118,\"commentCount\":0,\"articleSection\":[\"startup\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\",\"url\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\",\"name\":\"Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group\",\"isPartOf\":{\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/#website\"},\"datePublished\":\"2016-02-06T05:08:35+00:00\",\"dateModified\":\"2016-02-06T05:09:53+00:00\",\"author\":{\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[[\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63\"]]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/#website\",\"url\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/\",\"name\":\"Theoretical and Computational Spintronics Group\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d\",\"name\":\"LISE\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/050bb9e2781fb84c352d2aacd8484a13c0437dae3f13c1444f5df0fdf5808cb9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/050bb9e2781fb84c352d2aacd8484a13c0437dae3f13c1444f5df0fdf5808cb9?s=96&d=mm&r=g\",\"caption\":\"LISE\"},\"url\":\"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/author\/lise1020\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63","og_locale":"en_US","og_type":"article","og_title":"Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group","og_description":"This article won&#8217;t teach you how to use and write Matlab. Here I just collect some useful links systematically which focus on specified topic. I hope this &#8220;bone&#8221; can help you to get basic concepts of Matlab quickly while how to fulfill the &#8220;meat&#8221; still needs you effect. The main references are WikiBook for Matlab [...]Read More... from Guide to Matlab [develop]","og_url":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63","og_site_name":"Theoretical and Computational Spintronics Group","article_published_time":"2016-02-06T05:08:35+00:00","article_modified_time":"2016-02-06T05:09:53+00:00","author":"LISE","twitter_card":"summary_large_image","twitter_misc":{"Written by":"LISE","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63#article","isPartOf":{"@id":"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63"},"author":{"name":"LISE","@id":"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d"},"headline":"Guide to Matlab [develop]","datePublished":"2016-02-06T05:08:35+00:00","dateModified":"2016-02-06T05:09:53+00:00","mainEntityOfPage":{"@id":"https:\/\/labstt.phy.ncu.edu.tw\/archives\/63"},"wordCount":118,"commentCount":0,"articleSection":["startup"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63","url":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63","name":"Guide to Matlab [develop] &#060; Theoretical and Computational Spintronics Group","isPartOf":{"@id":"https:\/\/labstt.phy.ncu.edu.tw\/en\/#website"},"datePublished":"2016-02-06T05:08:35+00:00","dateModified":"2016-02-06T05:09:53+00:00","author":{"@id":"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":[["https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/63"]]}]},{"@type":"WebSite","@id":"https:\/\/labstt.phy.ncu.edu.tw\/en\/#website","url":"https:\/\/labstt.phy.ncu.edu.tw\/en\/","name":"Theoretical and Computational Spintronics Group","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/labstt.phy.ncu.edu.tw\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/labstt.phy.ncu.edu.tw\/#\/schema\/person\/cda02180aa6bc03cc2fee84aeba5e41d","name":"LISE","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/labstt.phy.ncu.edu.tw\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/050bb9e2781fb84c352d2aacd8484a13c0437dae3f13c1444f5df0fdf5808cb9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/050bb9e2781fb84c352d2aacd8484a13c0437dae3f13c1444f5df0fdf5808cb9?s=96&d=mm&r=g","caption":"LISE"},"url":"https:\/\/labstt.phy.ncu.edu.tw\/en\/archives\/author\/lise1020"}]}},"_links":{"self":[{"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":0,"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"wp:attachment":[{"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/labstt.phy.ncu.edu.tw\/en\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}