List toolchains available for MATLAB coder to use

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

 채택된 답변

Rupert Thomas
Rupert Thomas 2016년 7월 5일

댓글 수: 2

Thanks, this is what I was looking for!
Andy
Andy 2017년 1월 4일
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?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품

태그

질문:

2016년 6월 8일

댓글:

2017년 1월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by