Rank: 2435 based on 19 downloads (last 30 days) and 11 files submitted
photo

Aman Siddiqi

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Aman View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Oct 2010 Screenshot Digital Karma: State Graphing Evolutionary Simulation, Interaction Graph Author: Aman Siddiqi data exploration, cellular, automata, automaton, iteration, evolution 3 1
  • 4.0
4.0 | 1 rating
10 Nov 2008 wordcomp.m Alphabatizes words & returns lowest(first in list) Author: Aman Siddiqi strings, sort, word order, alphabetical, alphabetize, order 0 4
  • 1.0
1.0 | 2 ratings
20 Jun 2007 Screenshot Quran Comparison & Search Standalone-doesn't require Matlab Compare 10 tranlsations of qur'an with search Author: Aman Siddiqi data import, data export, compare comparison qu... 3 3
01 Jun 2007 Screenshot Quran Comparison & Search-requires Matlab Compares 10 translation of the quran with search Author: Aman Siddiqi data import, data export, quran quran koran yus... 1 4
  • 3.33333
3.3 | 4 ratings
18 May 2007 Text File Search Search text files using a list of terms, one at a time Author: Aman Siddiqi search find txt text ..., data export, data import 4 0
Comments and Ratings on Aman's Files View all
Updated File Comment by Comments Rating
15 Oct 2009 cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse Author: Aman Siddiqi Simon, Jan
15 Oct 2009 Coordinate-Element Number Conversion Converts row, column, dimension to element number & vice versa Author: Aman Siddiqi Simon, Jan

As mentioned already some years ago: SUB2IND and IND2SUB handle this more powerful: Any number of dims and error checking. Replying a string if the matrix size is exceeded impedes debugging.

15 Oct 2009 Multi Dimension Transpose Transposes each plane of an N dimension matrix. Author: Aman Siddiqi Simon, Jan

All it does is Jos x's suggested line:
  A = permute(A, [2, 1, 3:ndims(A)]);
after a not documented test "if isfinite(matrix);", which might be rarely useful: The function does not define the output, if all matric elements are INFs.
Although it works at least, the single call to PERMUTE is still faster and more reliable => 1 star.

15 Oct 2009 cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse Author: Aman Siddiqi Simon, Jan

The jobs can be performed much faster and more reliable with Matlab functions: sprintf('%s', CellStr{:}) and strread(Str, '%s', 'delimiter', ' ');
The source is not clean: Unneeded semicolons, square brackets, no error handling, really lean documentation.
At least: It works! => 2 stars although I'd recommend not to use this.

10 Apr 2009 cellmatrix2str & str2cellmatrix Parses sentances into cells of individual words, and the reverse Author: Aman Siddiqi Fidan, Neslihan
Top Tags Applied by Aman
data export, data import, matrices, strings, automata
Files Tagged by Aman View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Oct 2010 Screenshot Digital Karma: State Graphing Evolutionary Simulation, Interaction Graph Author: Aman Siddiqi data exploration, cellular, automata, automaton, iteration, evolution 3 1
  • 4.0
4.0 | 1 rating
10 Nov 2008 wordcomp.m Alphabatizes words & returns lowest(first in list) Author: Aman Siddiqi strings, sort, word order, alphabetical, alphabetize, order 0 4
  • 1.0
1.0 | 2 ratings
20 Jun 2007 Screenshot Quran Comparison & Search Standalone-doesn't require Matlab Compare 10 tranlsations of qur'an with search Author: Aman Siddiqi data import, data export, compare comparison qu... 3 3
01 Jun 2007 Screenshot Quran Comparison & Search-requires Matlab Compares 10 translation of the quran with search Author: Aman Siddiqi data import, data export, quran quran koran yus... 1 4
  • 3.33333
3.3 | 4 ratings
18 May 2007 Text File Search Search text files using a list of terms, one at a time Author: Aman Siddiqi search find txt text ..., data export, data import 4 0

Contact us at files@mathworks.com