Borrar filtros
Borrar filtros

List toolchains available for MATLAB coder to use

16 visualizaciones (últimos 30 días)
Neerad Phansalkar
Neerad Phansalkar el 8 de Jun. de 2016
Comentada: Andy el 4 de En. de 2017
I am trying to find out all the toolchains my system has, which MATLAB coder can use. Is there a function (or some settings dialog) which lists all the available toolchains on my machine?
For example, I can create a coder config object, and see what toolchain is set by default
>> cfg = coder.config('exe','ecoder',false);
>> cfg.Toolchain
ans =
Automatically locate an installed toolchain
This is one of the many toolchain options supported by the coder. My question is, is there a way to list all the available toolchains? (e.g. something which would look like coder.listAvailableToolchains)
I am using MATLAB 2016A on Windows 7

Respuesta aceptada

Rupert Thomas
Rupert Thomas el 5 de Jul. de 2016
  2 comentarios
Neerad Phansalkar
Neerad Phansalkar el 16 de Ag. de 2016
Thanks, this is what I was looking for!
Andy
Andy el 4 de En. de 2017
This answer is in the help text, but what I need is a way to find an existing toolchain definition file to customize. Is there a way to find where the existing toolchain functions are, or a way to generate a function or object from an existing toolchain?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by