MATLAB C Math Library
  Go to function:
    Search    Help Desk 
mlfLoad    See Also

Load variables from disk.

Minimum number of arguments: one; maximum: user-defined. Terminate the argument list with NULL.

C Prototype

C Syntax

Note
mlfLoad() uses a nonstandard calling convention. You specify the arguments in pairs: the name of the variable whose value you want to load from disk and the address of a variable in which you want this value to be stored. Specify the variable to load is specified as a standard C char pointer. You can specify as many of these pairs as you want; terminate the argument list with a NULL.

MATLAB Syntax

See Also



[ Previous | Help Desk | Next ]