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