Borrar filtros
Borrar filtros

error using codegen - 2021b

4 visualizaciones (últimos 30 días)
philip curran
philip curran el 25 de Nov. de 2021
Comentada: Walter Roberson el 25 de Nov. de 2021
having difficulty turning my trained AC agent into C or C++ code, i have generated a policy function for the agent. here is the code used and the error produced:
cfg = coder.config('mex');
cfg.TargetLang = 'C++';
cfg.DeepLearningConfig = coder.DeepLearningConfig('none');
argstr = '{ones(1,19,1)}';
codegen('-config','cfg','evaluatePolicy','-args',argstr,'-report');
Undefined function 'codegen' for input arguments of type 'char'.
Error in workflow (line 153)
codegen('-config','cfg','evaluatePolicy','-args',argstr,'-report');
i am using matlab 2021b, any help would be greatley appreciated.
  1 comentario
Walter Roberson
Walter Roberson el 25 de Nov. de 2021
Question: did you upgrade versions in the last two days? You were using an earlier MATLAB version in your Trading Toolbox question?

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Nov. de 2021
you need to have MATLAB Coder installed and licensed.
Note: MATLAB Coder is not available for Student licences.
  1 comentario
philip curran
philip curran el 25 de Nov. de 2021
thanks walter, that's fixed the issue

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by