MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual do Utilizador Página 145

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 408
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 144
Examples of Fortran MEX-Files
3-35
Running this example
sincall
displays the results
Note It is possible to generate an object of type mxUNKNOWN_CLASS using
mexCallMATLAB. See the example below.
The following example creates an M-file that returns two variables but only
assigns one of them a value.
function [a,b]=foo[c]
a=2*c;
MATLAB displays the following warning message.
Warning: One or more output arguments not assigned during call to
'foo'.
If you then call foo using mexCallMATLAB, the unassigned output variable will
now be of type
mxUNKNOWN_CLASS.
Vista de página 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 407 408

Comentários a estes Manuais

Sem comentários