Skip to main content
added 186 characters in body
Source Link
Ferro Luca
  • 201
  • 1
  • 4

[Matlab], 9 bytes

ones(1,n) 

ones generates mxn matrixes of 1s


[Matlab], 16 bytes

second version upon remarks in the comments

s=@(n) ones(1,n) 

anonymous function that generates mxn matrixes of 1s

[Matlab], 9 bytes

ones(1,n) 

ones generates mxn matrixes of 1s

[Matlab], 9 bytes

ones(1,n) 

ones generates mxn matrixes of 1s


[Matlab], 16 bytes

second version upon remarks in the comments

s=@(n) ones(1,n) 

anonymous function that generates mxn matrixes of 1s

deleted 1 character in body
Source Link
mousetail
  • 14.4k
  • 1
  • 42
  • 91

[Matlab], 9 bytes

 ones(1,n) 

ones generates mxn matrixes of 1s

[Matlab], 9 bytes

 ones(1,n) 

ones generates mxn matrixes of 1s

[Matlab], 9 bytes

ones(1,n) 

ones generates mxn matrixes of 1s

Source Link
Ferro Luca
  • 201
  • 1
  • 4

[Matlab], 9 bytes

 ones(1,n) 

ones generates mxn matrixes of 1s