Rank: 5976 based on 3 downloads (last 30 days) and 1 file submitted
photo

Alex Liberzon

E-mail
Company/University
Tel Aviv University

Personal Profile:
Professional Interests:
Particle Image and Tracking Velocimetry, Turbulence

 

Watch this Author's files

 

Files Posted by Alex
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Feb 2013 transpose_structure transpose_structure(s) transposes all the fields in the structure. useful for later cat(1,s.field) Author: Alex Liberzon structure 3 1
Comments and Ratings by Alex
Updated File Comments Rating
06 Feb 2013 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan

Comments and Ratings on Alex's Files
Updated File Comment by Comments Rating
05 Feb 2013 transpose_structure transpose_structure(s) transposes all the fields in the structure. useful for later cat(1,s.field) Author: Alex Liberzon Simon, Jan

This line considers only all elements of the inputs struct s, when it is a vector:
for i = 1:length(s)
To consider all elements in arrays using linear indexing:
for i = 1:numel(s)

Top Tags Applied by Alex
structure
Files Tagged by Alex
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Feb 2013 transpose_structure transpose_structure(s) transposes all the fields in the structure. useful for later cat(1,s.field) Author: Alex Liberzon structure 3 1

Contact us