{"id":466,"date":"2017-09-14T12:32:04","date_gmt":"2017-09-14T15:32:04","guid":{"rendered":"http:\/\/www.professores.uff.br\/diomarcesarlobao\/?page_id=466"},"modified":"2017-09-14T12:32:04","modified_gmt":"2017-09-14T15:32:04","slug":"quickplt-m","status":"publish","type":"page","link":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/quickplt-m\/","title":{"rendered":"quickplt.m"},"content":{"rendered":"<pre>function quickplt(x,y,xtext,ytext,maintitle,gridon)\r\n%\r\n% QuickPlt function - plots a single set of x,y data with optional titles and grid\r\n\r\n% USAGE:\r\n%  quickplt(x,y,xtext,ytext,maintitle,gridon)\r\n\r\n% REQUIRED INPUT as VECTORS:\r\n%          x,y - data to be plotted\r\n\r\n% OPTIONAL INPUT as STRINGS:\r\n%  xtext,ytext - x axis, yaxis titles\r\n%    maintitle - main title for graph\r\n%       gridon - any string will turn on the grid\r\n\r\n% NOTE: optional elements are interpreted in order from left to right.\r\n% Any number of arguments from 2 to 6 are allowed.\r\n\r\nplot(x,y)   % first the plot, then the option...\r\n\r\nif nargin == 2, return, end\r\nif nargin &gt; 2, xlabel(xtext); end\r\nif nargin &gt; 3, ylabel(ytext); end\r\nif nargin &gt; 4, title(maintitle); end\r\nif nargin &gt; 5, grid; end\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>function quickplt(x,y,xtext,ytext,maintitle,gridon) % % QuickPlt function &#8211; plots a single set of x,y data with optional titles and grid % USAGE: % quickplt(x,y,xtext,ytext,maintitle,gridon) % REQUIRED INPUT as VECTORS: % x,y &#8211; data to be plotted % OPTIONAL INPUT as STRINGS: % xtext,ytext &#8211; x axis, yaxis titles % maintitle &#8211; main title for graph % [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[],"tags":[],"class_list":["post-466","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/comments?post=466"}],"version-history":[{"count":1,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/466\/revisions"}],"predecessor-version":[{"id":467,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/pages\/466\/revisions\/467"}],"wp:attachment":[{"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/media?parent=466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/categories?post=466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.professores.uff.br\/diomarcesarlobao\/wp-json\/wp\/v2\/tags?post=466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}