Rank: 68 based on 745 downloads (last 30 days) and 42 files submitted
Personal Profile:

1956 born...
1969 ...fortran 66...
1986 ...matlab...
2010

Professional Interests:
neurology, neuroscience, mathematics, statistics

 

Watch this Author's files

 

Files Posted by us View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 Jan 2010 pdfapp: a pedestrian pdf concatenator PDFAPP appends PDF files to a new PDF file Author: us pdf, utility 22 0
29 Jan 2010 Screenshot fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime Author: us nested, function, anonymous, lexical, class, calls 53 20
  • 5.0
5.0 | 7 ratings
07 Dec 2009 Screenshot sweb: a pedestrian MATLAB web session starter SWEB starts a MATLAB web session with user options Author: us browser, http, internet, www, url, web 15 0
13 Nov 2009 mtit: a pedestrian major title creator MTIT creates a major title in a figure with many axes Author: us title, plot, graphics, customization, subplot, figure 46 6
  • 4.375
4.4 | 8 ratings
14 Aug 2009 Screenshot isodd: a pedestrian parity checker ISODD returns TRUE for integers of any numeric MATLAB class that are not evenly divisible by 2 Author: us rem, parity, mod, odd, even, bitmax 23 2
  • 5.0
5.0 | 1 rating
Comments and Ratings by us View all
Updated File Comments Rating
04 Feb 2010 Projectile Motion This program is used to view the path & distance covered by a particle in animated form. Author: Mahmooduz Zafar

26 Jan 2010 fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime Author: us

oleg
thanks for your comment

there are two reasons
1) a MODULE is a M-file/-script, and the first (main) function
   is simply another (sub-) function within this file
2) the first function should(!) have the same
   name as the M-file (otherwise, mlint complains); this is a simple
   sanity check for the user

also, note the first char in the panel
M (...) ... % <- the main function
S (...) ... % <- the first (official) subfunction
S (...) ... % <- and so on

us

23 Jan 2010 cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us

hi yonatan

did you look at the last section in CPDOC(?)...
     --- input to xlswrite

it shows how to use the content of
     r=cprintf(m,'-so',1,...,...);
     r.cell
including
     res=strtrim(r.cell);
to create (for instance) excel data

us

16 Jan 2010 Resize any arrays and images Y = RESIZE(X,newsize) resizes input array X using a discrete cosine transform. Author: Damien Garcia

why do you not put the required functions DCTN and IDCTN into the package as well(?)...

us

06 Jan 2010 Nonnan.m A function to ignore NaN values within an single-dimensional array of numbers. Author: Avinash Rude

unfortunately - and as other well known ML experts have already told you:
- fundamental misconception ML's programming philosophy
hence, do yourself a favor and remove this submission
us

Comments and Ratings on us' Files View all
Updated File Comment by Comments Rating
26 Jan 2010 cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us Yoni

So I looked at the part you mentioned and it doesn’t do what I want. I’m trying to avoid xlswrite because I have a mix of strings and numbers. Is there any way to make cprintf do the actual file output but without any spaces for padding?

26 Jan 2010 fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime Author: us us

oleg
thanks for your comment

there are two reasons
1) a MODULE is a M-file/-script, and the first (main) function
   is simply another (sub-) function within this file
2) the first function should(!) have the same
   name as the M-file (otherwise, mlint complains); this is a simple
   sanity check for the user

also, note the first char in the panel
M (...) ... % <- the main function
S (...) ... % <- the first (official) subfunction
S (...) ... % <- and so on

us

23 Jan 2010 cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us Yoni

I may well have missed that part. It’s a pretty long file and searching it for “tab” or “space” brings up a lot of hits. I’ll peruse that part. Thanks!

23 Jan 2010 cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us us

hi yonatan

did you look at the last section in CPDOC(?)...
     --- input to xlswrite

it shows how to use the content of
     r=cprintf(m,'-so',1,...,...);
     r.cell
including
     res=strtrim(r.cell);
to create (for instance) excel data

us

23 Jan 2010 cprintf: a pedestrian ND array formatting and display utility cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table Author: us Yoni

This function is great for quickly and easily printing a cell array to a text file without worrying too much about format strings. But I can’t figure out how to prevent it from doing any padding with spaces. I’d like to output to a strictly tab-delimited file. I’ll probably be reading said file into excel or SPSS, so I don’t need the spaces for alignment, but I can’t figure out any way to leave them out entirely. (..., 'ntab', 1) isn’t doing it. Am I missing something, or is that functionality absent.

Thanks

Top Tags Applied by us
string, matrices, array, path, development environment
Files Tagged by us View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
31 Jan 2010 pdfapp: a pedestrian pdf concatenator PDFAPP appends PDF files to a new PDF file Author: us pdf, utility 22 0
29 Jan 2010 Screenshot fdep: a pedestrian function dependencies finder FDEP dissects ML files and iteratively looks for all user defined functions used during runtime Author: us nested, function, anonymous, lexical, class, calls 53 20
  • 5.0
5.0 | 7 ratings
07 Dec 2009 Screenshot sweb: a pedestrian MATLAB web session starter SWEB starts a MATLAB web session with user options Author: us browser, http, internet, www, url, web 15 0
13 Nov 2009 mtit: a pedestrian major title creator MTIT creates a major title in a figure with many axes Author: us title, plot, graphics, customization, subplot, figure 46 6
  • 4.375
4.4 | 8 ratings
14 Aug 2009 Screenshot isodd: a pedestrian parity checker ISODD returns TRUE for integers of any numeric MATLAB class that are not evenly divisible by 2 Author: us rem, parity, mod, odd, even, bitmax 23 2
  • 5.0
5.0 | 1 rating
 

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