MTM[ccode] - generate C code for an expression
|
Calling Sequence
|
|
ccode(A)
ccode(A,x)
|
|
Parameters
|
|
A
|
-
|
expression, Array, Matrix, or Vector of expressions
|
x
|
-
|
(optional) string
|
|
|
|
|
Description
|
|
•
|
The ccode(A,x) function creates a C statement which represents the assignment of the expression A to the variable x. This C statement is returned as a string.
|
•
|
When called with the form ccode(A), the expression A is asigned to a default variable name in the returned statement.
|
|
|
Download Help Document
Was this information helpful?