mirror of https://github.com/davisking/dlib.git
Updated example
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403276
This commit is contained in:
parent
6356230ccc
commit
db593db64e
|
@ -138,7 +138,7 @@ int main()
|
|||
A = identity_matrix<double>(3);
|
||||
|
||||
// MATLAB: B = ones(3,4)
|
||||
B = uniform_matrix<double>(3,4, 1);
|
||||
B = ones_matrix<double>(3,4);
|
||||
|
||||
// MATLAB: B = rand(3,4)
|
||||
B = randm(3,4);
|
||||
|
|
Loading…
Reference in New Issue