Rank: 1815 based on 53 downloads (last 30 days) and 4 files submitted
photo

Manu Raghavan

E-mail
Company/University
The MathWorks
Lat/Long
42.30253219604492, -71.37766265869141

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Manu View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Aug 2009 Screenshot Macopen Opens a file in its default application, similar to what winopen.m does on Windows machines. Author: Manu Raghavan winopen open 6 0
25 Mar 2002 Screenshot GROUPFIND Find groups of data from a vector. Author: Manu Raghavan matrices, find group, search, vectorize, vector 4 3
  • 3.66667
3.7 | 3 ratings
28 Feb 2002 EXPLORE3D Turns a figure window into a flight simulator so you can explore your 3-D data. Author: Manu Raghavan zoom, fly, explore, through, 3d flight simulator, data exploration 13 8
  • 4.6
4.6 | 5 ratings
26 Feb 2002 Screenshot SCATTERBAR3 Creates a 3-D bar chart where bars are placed in user specified X-Y locations. Author: Manu Raghavan 3d bars, 3d scatter, plotting, specialized 30 10
  • 4.36364
4.4 | 11 ratings
Comments and Ratings by Manu
Updated File Comments Rating
10 Jul 2009 meow.m For cat lovers everywhere. Author: Phillip M. Feldman

Meows quite adequately.

Comments and Ratings on Manu's Files View all
Updated File Comment by Comments Rating
30 Jul 2008 SCATTERBAR3 Creates a 3-D bar chart where bars are placed in user specified X-Y locations. Author: Manu Raghavan Leone, Frank

Exactly what I needed, thanks a lot!

19 May 2008 GROUPFIND Find groups of data from a vector. Author: Manu Raghavan Alonso, Wladimir

This function was very useful when I needed to plot only certain "fragments" of a time-series using the "plot" function:

blocks_of_relevant_points = groupfind(boolean_relevant_points>0);
for i=1:size(blocks_of_relevant_points,1)
    i_relevant_points_this_block = blocks_of_relevant_points(i,1):blocks_of_relevant_points(i,2);
    hold on
    plot(time_points(i_relevant_points_this_block), time_series(i_relevant_points_this_block));
end

In this way I managed to get rid of the lines that were connecting each fragment.

many thanks Mickey!

07 Jan 2008 GROUPFIND Find groups of data from a vector. Author: Manu Raghavan Singh, Piyush

Trivial bug in the code

>> x = [0 0 0 0 0 0 0]

x =

     0 0 0 0 0 0 0

>> groupfind(x>0)
??? Subscript indices must either be real positive integers or logicals.

Error in ==> groupfind at 47
ind(:,2)=temp([idx; end]); % create 2nd column first to allocate all memory

13 Apr 2006 SCATTERBAR3 Creates a 3-D bar chart where bars are placed in user specified X-Y locations. Author: Manu Raghavan S., H.

Great! Very usefull, thanks!

31 Jan 2006 SCATTERBAR3 Creates a 3-D bar chart where bars are placed in user specified X-Y locations. Author: Manu Raghavan Martin, Adrian

Perfect match to what I needed.
Many thanks.

Top Tags Applied by Manu
column row header text textread ascii, data export, data import, winopen open
Files Tagged by Manu
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Aug 2009 Screenshot Macopen Opens a file in its default application, similar to what winopen.m does on Windows machines. Author: Manu Raghavan winopen open 6 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com