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
/
opnml
/
FCAST_1.2
/
dirsort.m
View revision:
Revision
495
(checked in by cbc, 12 years ago)
Initial import of Stark code.
Line
1
function D=dirsort(name)
2
3
D=dir(name);
4
dn={D.name}';
5
[y,i]=sort(dn);
6
D=D(i);
7
8
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format