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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 408
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 154
Using the MATLAB Engine
4-5
GUI-Intensive Applications
If you have graphical user interface (GUI) intensive applications that execute
a lot of callbacks through the MATLAB engine, you should force these callbacks
to be evaluated in the context of the base workspace. Use
evalin to specify that
the base workspace is to be used in evaluating the callback expression, as
follows.
engEvalString(ep, "evalin('base', expression)")
Specifying the base workspace in this manner ensures that MATLAB will
process the callback correctly and return results for that call.
This does not apply to computational applications that do not execute
callbacks.
Vista de página 154
1 2 ... 150 151 152 153 154 155 156 157 158 159 160 ... 407 408

Comentários a estes Manuais

Sem comentários