Code covered by the BSD License  

Highlights from
UUID Generation

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 12.8 KB File ID: #21709

UUID Generation

by Dahua Lin

 

09 Oct 2008 (Updated 10 Oct 2008)

For generating UUID in MATLAB

| Watch this File

File Information
Description

This is a simple tool for generating universal unique identifiers (UUID) in MATLAB programs.

Many applications require UUID to identify things uniquely. However, MATLAB has not offered such function. I recognized this need when I was developing a matlab-based system, and thus developed this tool.

The tool supports both windows and Linux.

MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
13 Oct 2008 A W

For those who run newer versions of MATLAB with the JVM installed, there is a simple one-liner:

UUID = java.util.UUID.randomUUID

25 Oct 2011 Brian Emery

another option (for mac users at least):
[s,UUID] = system('uuidgen');

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
uuid Dahua Lin 22 Oct 2008 10:23:37
unique identifier Dahua Lin 22 Oct 2008 10:23:37
universal Dahua Lin 22 Oct 2008 10:23:37
utilities Dahua Lin 22 Oct 2008 10:23:37
miscellaneous Dahua Lin 22 Oct 2008 10:23:37

Contact us at files@mathworks.com