<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265315</link>
    <title>MATLAB Central Newsreader - Emulating Find by using Explicit Looping</title>
    <description>Feed for thread: Emulating Find by using Explicit Looping</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 09 Nov 2009 00:41:01 -0500</pubDate>
      <title>Emulating Find by using Explicit Looping</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265315#693110</link>
      <author>Rafael </author>
      <description>So I want to write a function that will display the number of time each letter of the alphabet appear in a given vector composed of random numbers. I am trying to do this using the for/while loop commands and I do not wish to use the findstr or histogram built-in functions. I am not sure how to approach this; could somebody please lean me towards the right direction. I guess I should assign for to a given interval 1:26 and then use if to see if the letter appears as the interval is run through. &lt;br&gt;
&lt;br&gt;
Thanks!</description>
    </item>
  </channel>
</rss>

