<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-pnb.eri.ucsb.edu/index.php?action=history&amp;feed=atom&amp;title=Figbytag.m</id>
	<title>Figbytag.m - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-pnb.eri.ucsb.edu/index.php?action=history&amp;feed=atom&amp;title=Figbytag.m"/>
	<link rel="alternate" type="text/html" href="https://wiki-pnb.eri.ucsb.edu/index.php?title=Figbytag.m&amp;action=history"/>
	<updated>2026-04-20T21:52:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wiki-pnb.eri.ucsb.edu/index.php?title=Figbytag.m&amp;diff=330&amp;oldid=prev</id>
		<title>Eriks: Created page with '&lt;pre&gt;  function [h]=figbytag(str)   %pass a tag string to look for and function returns handles of all   %objects with str in tag   h=findall(0);   tags=char(get(h,'Tag'));   [A,…'</title>
		<link rel="alternate" type="text/html" href="https://wiki-pnb.eri.ucsb.edu/index.php?title=Figbytag.m&amp;diff=330&amp;oldid=prev"/>
		<updated>2011-03-17T20:41:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;&amp;lt;pre&amp;gt;  function [h]=figbytag(str)   %pass a tag string to look for and function returns handles of all   %objects with str in tag   h=findall(0);   tags=char(get(h,&amp;#039;Tag&amp;#039;));   [A,…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
function [h]=figbytag(str)&lt;br /&gt;
  %pass a tag string to look for and function returns handles of all&lt;br /&gt;
  %objects with str in tag&lt;br /&gt;
  h=findall(0);&lt;br /&gt;
  tags=char(get(h,'Tag'));&lt;br /&gt;
  [A,I]= grep(tags,str);&lt;br /&gt;
  h=h(I);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[figbytag]]&lt;/div&gt;</summary>
		<author><name>Eriks</name></author>
		
	</entry>
</feed>