NCCOOS Trac Projects:
Top
|
Web
|
Platforms
|
Processing
|
Viz
|
Sprints
|
Sandbox
|
(Wind)
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Revision Log
root
/
gliderproc
/
trunk
/
MATLAB
/
matutil
/
column.m
View revision:
Revision
495
(checked in by cbc, 12 years ago)
Initial import of Stark code.
Line
1
2
function b = column(a)
3
b = a(:);
4
return;
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format