1.0

1.0 | 3 ratings Rate this file 1 Download (last 30 days) File Size: 466 Bytes File ID: #19558

rowmatrix indexing

by Shoeb Temrikar

 

12 Apr 2008 (Updated 14 Apr 2008)

index matrices in rowwise fashion

| Watch this File

File Information
Description

matlab provides matrix indexing in coloumwise format.
using this program one can index matrices in rowwise fashion.

hope this code becomes a matlab syntax!

MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
14 Apr 2008 Jos x@y.z

The author claims that "using this program one can index matrices in rowwise fashion" but delivers nothing of the sort !
It is a script, that shows a trivial example.
Moreover it errors on certain input as the author is ignorant on the difference between transpose and complex conjugate operations.

14 Apr 2008 Duane Hanselman

Not a function. No input variables. Here is all the submission contains:
%
%{
matlab provides matrix indexing in coloumwise format.
using this program one can index matrices in rowwise fashion
%}

% u can take any matrix, i have just taken an exanple

A=[1 2 3
    4 5 6
    7 8 9]
a=A';
a=a(:);
a=a'

14 Apr 2008 fex observer

If these two well-known reviewers tell the truth, you should remove this submission.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
structures Shoeb Temrikar 22 Oct 2008 09:57:31
cell arrays Shoeb Temrikar 22 Oct 2008 09:57:31
indexing Shoeb Temrikar 22 Oct 2008 09:57:31
matrices Shoeb Temrikar 22 Oct 2008 09:57:31
utilities Shoeb Temrikar 22 Oct 2008 09:57:31

Contact us at files@mathworks.com