getCommand
Class: coder.make.BuildTool
Namespace: coder.make
Get build tool command
Syntax
c_out = h.getCommand
c_out = h.getCommand('value')
c_out = h.getCommand('macro')
Description
Input Arguments
Output Arguments
Examples
tc = coder.make.ToolchainInfo;
btl = tc.getBuildTool('C Compiler');
btl.getCommand
ans = icl
btl.getCommand('value')
ans = icl
c_out = btl.getCommand('macro')
c_out = CC
Version History
Introduced in R2013a