Command Reference
:
Function Reference
:
Function Reference: F
@filledrowvector
Matrix Utility
Rowvector initialized with scalar value.
Syntax:
@filledrowvector
(
n1
,
n2
)
n1
: integer
n2
: integer
Return: rowvector
Returns a rowvector of length
n1
, where each element contains the value
n2
.
Examples
= @filledrowvector(3, @pi)
returns a 3-element rowvector whose elements all equal to
.
Cross-references
See
@fill
,
@filledmatrix
,
@filledsym
, and
@filledvector
.