Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 222 Bytes

SINGLE.md

File metadata and controls

17 lines (10 loc) · 222 Bytes
  • Single:

Scalar, vector, matrix 2D, N dimensions array, sparse matrix supported.

>> single(rand(2,2))

ans =

  2×2 single matrix

    0.9157    0.9595
    0.7922    0.6557

Previous page