{"id":71,"date":"2008-10-09T11:31:57","date_gmt":"2008-10-09T09:31:57","guid":{"rendered":"http:\/\/dh5ym.hopto.org\/wiki\/?p=71"},"modified":"2008-10-09T11:31:57","modified_gmt":"2008-10-09T09:31:57","slug":"access-shell-variable-from-matlab","status":"publish","type":"post","link":"https:\/\/dh5ym.hopto.org\/wiki\/?p=71","title":{"rendered":"access shell variable from Matlab"},"content":{"rendered":"<p>How can you access a shell variable from matlab code ?<br \/>\nexport the variable in the shell&#8230;<br \/>\ntest=&#8217;hello&#8217;<br \/>\nexport test<\/p>\n<p>in matlab:<br \/>\n[return,shellvariable] = system(&#8216;echo $test&#8217;)<br \/>\nnow the matlab variable shellvariable contains the value of the shell variable test<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How can you access a shell variable from matlab code ? export the variable in the shell&#8230; test=&#8217;hello&#8217; export test in matlab: [return,shellvariable] = system(&#8216;echo $test&#8217;) now the matlab variable shellvariable contains the value of the shell variable test<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-71","post","type-post","status-publish","format-standard","hentry","category-linuxandcomputer"],"_links":{"self":[{"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=\/wp\/v2\/posts\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=71"}],"version-history":[{"count":0,"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=\/wp\/v2\/posts\/71\/revisions"}],"wp:attachment":[{"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=71"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=71"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dh5ym.hopto.org\/wiki\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}