Skip to content
Permalink
24de403ec1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
15 lines (12 sloc) 284 Bytes
%% One! singular sensation, with every little byte she takes
% Copyright 2011 The MathWorks, Inc.
a = 1 ; % Double by default
b = single(1) ;
c = uint32(1) ;
d = int32(1) ;
e = uint16(1) ;
f = int16(1) ;
g = uint8(1) ;
h = int8(1) ;
%%
i=sparse(2e9,1);