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