{"id":4594,"date":"2019-04-01T12:00:59","date_gmt":"2019-04-01T17:00:59","guid":{"rendered":"https:\/\/blogs.mathworks.com\/cleve\/?p=4594"},"modified":"2019-03-11T06:34:44","modified_gmt":"2019-03-11T11:34:44","slug":"biorhythms-and-energy-vortices-near-sedona-arizona","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/cleve\/2019\/04\/01\/biorhythms-and-energy-vortices-near-sedona-arizona\/","title":{"rendered":"Biorhythms and Energy Vortices Near Sedona, Arizona"},"content":{"rendered":"\r\n<div class=\"content\"><!--introduction--><p>Sedona Arizona is a perfect site for the first MathWorks excursion into lifestyle products.<\/p><!--\/introduction--><h3>Contents<\/h3><div><ul><li><a href=\"#71fb2844-5446-4b8a-968d-a3aa2c302701\">Sedona, Arizona<\/a><\/li><li><a href=\"#3a4459d4-6e5f-4910-835b-097c9399a1c2\">MATLAB Store<\/a><\/li><li><a href=\"#3fa7679b-56f1-45ba-b6a6-c5025565fd4e\">Biorhythms<\/a><\/li><li><a href=\"#ce85d0fa-75ea-41f1-afc3-49ec082b1583\">Energy Vortices<\/a><\/li><li><a href=\"#d8891622-796b-413e-8f75-e428cc800683\">Schuerman Mountain<\/a><\/li><\/ul><\/div><h4>Sedona, Arizona<a name=\"71fb2844-5446-4b8a-968d-a3aa2c302701\"><\/a><\/h4><p>According to Wikipedia<\/p><p>\r\n<p style=\"margin-left:3ex;\">\r\nSedona is a city ... in the northern Verde Valley region of the U.S.\r\nstate of Arizona. As of the 2010 census, its population was 10,031.\r\nSedona's main attraction is its array of red sandstone formations.\r\nThe formations appear to glow in brilliant orange and red when\r\nilluminated by the rising or setting sun. The red rocks form a popular\r\nbackdrop for many activities, ranging from spiritual pursuits to the\r\nhundreds of hiking and mountain biking trails.\r\n<\/p>\r\n<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/sedona_small.jpg\" alt=\"\"> <\/p><h4>MATLAB Store<a name=\"3a4459d4-6e5f-4910-835b-097c9399a1c2\"><\/a><\/h4><p>Sedona is the site of the first MathWorks venture into retail marketing. Similar to the successful Apple outlets, this store features products made with MATLAB that can enhance a visitor's Sedona spiritual experience.<\/p><h4>Biorhythms<a name=\"3fa7679b-56f1-45ba-b6a6-c5025565fd4e\"><\/a><\/h4><p>One popular item, intended to attract visitors to the store, is <a href=\"https:\/\/blogs.mathworks.com\/cleve\/2012\/06\/11\/biorhythms-2\">biorhythms<\/a>.  For only $1.99, a customer who reveals their birthday can have a printout of a personal biorhythm.  As a special attraction, on a customer's birthday the biorhythm is free.<\/p><p>Here is an example, the biorhythm of someone whose 30th birthday is April 1, 2019.  People with this birthday will have an exceptionally fortuitous 10-day period.  Two and three days prior to the birthday their physical and emotional capabilities will be at their peak. Their intellectual capability will be at its 33-day maximum a week after the birthday.<\/p><pre class=\"codeinput\">   biorhythm\r\n<\/pre><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/sedona_blog_01.png\" alt=\"\"> <h4>Energy Vortices<a name=\"ce85d0fa-75ea-41f1-afc3-49ec082b1583\"><\/a><\/h4><p>For many visitors to the Sedona MATLAB store, the highlight will be their personal energy vortices.  For $29.99, a customer who supplies their complete horological background, including the dominant zoological sign at the moment of birth, can obtain a topographic map of the Sedona area with regions of maximum personal spiritual energy highlighted.  The service includes the exact longitude and latitude of these personal vortices for use in GPS devices.<\/p><p>Here are examples of energy vortices for certain people.<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/topomap2.png\" alt=\"\"> <\/p><h4>Schuerman Mountain<a name=\"d8891622-796b-413e-8f75-e428cc800683\"><\/a><\/h4><p>Another example is a vortex easily reached from the Schuerman Mountain trail.<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/schuerman_vortex.jpg\" alt=\"\"> <\/p><p>The view from the Schuerman vortex.<\/p><p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/schuerman.jpg\" alt=\"\"> <\/p><p>photo credit: Mark Chisholm<\/p><script language=\"JavaScript\"> <!-- \r\n    function grabCode_dfb7d9af75124734ab37b6685c92fade() {\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='dfb7d9af75124734ab37b6685c92fade ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' dfb7d9af75124734ab37b6685c92fade';\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_dfb7d9af75124734ab37b6685c92fade()\"><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; R2018b<br><\/p><\/div><!--\r\ndfb7d9af75124734ab37b6685c92fade ##### SOURCE BEGIN #####\r\n%% Biorhythms and Energy Vortices Near Sedona, Arizona\r\n% Sedona Arizona is a perfect site for the first MathWorks excursion into \r\n% lifestyle products.\r\n\r\n%% Sedona, Arizona\r\n% According to Wikipedia\r\n%\r\n% <html>\r\n% <p style=\"margin-left:3ex;\">\r\n% Sedona is a city ... in the northern Verde Valley region of the U.S.\r\n% state of Arizona. As of the 2010 census, its population was 10,031.\r\n% Sedona's main attraction is its array of red sandstone formations.\r\n% The formations appear to glow in brilliant orange and red when \r\n% illuminated by the rising or setting sun. The red rocks form a popular\r\n% backdrop for many activities, ranging from spiritual pursuits to the\r\n% hundreds of hiking and mountain biking trails.\r\n% <\/p>\r\n% <\/html>\r\n%\r\n%%\r\n%\r\n% <<sedona_small.jpg>>\r\n\r\n%% MATLAB Store\r\n% Sedona is the site of the first MathWorks venture into retail marketing.\r\n% Similar to the successful Apple outlets, this store features products\r\n% made with MATLAB that can enhance a visitor's Sedona spiritual\r\n% experience.\r\n\r\n%% Biorhythms\r\n% One popular item, intended to attract visitors to the store, is\r\n% <https:\/\/blogs.mathworks.com\/cleve\/2012\/06\/11\/biorhythms-2\r\n% biorhythms>.  For only $1.99, a customer who reveals their birthday\r\n% can have a printout of a personal biorhythm.  As a special attraction,\r\n% on a customer's birthday the biorhythm is free.\r\n%\r\n% Here is an example, the biorhythm of someone whose 30th birthday is\r\n% April 1, 2019.  People with this birthday will have an exceptionally\r\n% fortuitous 10-day period.  Two and three days prior to the birthday\r\n% their physical and emotional capabilities will be at their peak.\r\n% Their intellectual capability will be at its 33-day maximum a week\r\n% after the birthday.\r\n\r\n   biorhythm\r\n\r\n%% Energy Vortices\r\n% For many visitors to the Sedona MATLAB store, the highlight will\r\n% be their personal energy vortices.  For $29.99, a customer who supplies\r\n% their complete horological background, including the dominant\r\n% zoological sign at the moment of birth, can obtain a topographic map\r\n% of the Sedona area with regions of maximum personal spiritual energy\r\n% highlighted.  The service includes the exact longitude and latitude of \r\n% these personal vortices for use in GPS devices.\r\n\r\n%%\r\n% Here are examples of energy vortices for certain people.\r\n%\r\n% <<topomap2.png>>\r\n\r\n%% Schuerman Mountain\r\n% Another example is a vortex easily reached from the Schuerman Mountain\r\n% trail.\r\n% \r\n% <<schuerman_vortex.jpg>>\r\n\r\n%%\r\n% The view from the Schuerman vortex.\r\n% \r\n% <<schuerman.jpg>>\r\n%\r\n% photo credit: Mark Chisholm\r\n##### SOURCE END ##### dfb7d9af75124734ab37b6685c92fade\r\n-->","protected":false},"excerpt":{"rendered":"<div class=\"overview-image\"><img decoding=\"async\"  class=\"img-responsive\" src=\"http:\/\/blogs.mathworks.com\/cleve\/files\/sedona_small.jpg\" onError=\"this.style.display ='none';\" \/><\/div><!--introduction--><p>Sedona Arizona is a perfect site for the first MathWorks excursion into lifestyle products.... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/cleve\/2019\/04\/01\/biorhythms-and-energy-vortices-near-sedona-arizona\/\">read more >><\/a><\/p>","protected":false},"author":78,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[32,5,23,10],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/4594"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/users\/78"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/comments?post=4594"}],"version-history":[{"count":7,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/4594\/revisions"}],"predecessor-version":[{"id":4608,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/posts\/4594\/revisions\/4608"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/media?parent=4594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/categories?post=4594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/cleve\/wp-json\/wp\/v2\/tags?post=4594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}