% Set configured version to 2.1b
versionA = slreq.cmConfigureVersion('linktype_rmi_doors','546223g1','2.1b')
versionA =
0×0 empty chararray% versionA is empty because there is no previously configured version
versionB = slreq.cmConfigureVersion('linktype_rmi_doors','546223g1','2.2b')
versionB =
'2.1b'% 2.1b is the previously set configured version
设置从 Simulink 模型到 IBMDOORS 模块基线的链接的配置版本
使用基线版本 2.3b 来从 Simulink®模型myModel.slx 链接到 IBM DOORS 模块 00006a12。
% Set configured version to 2.1b
versionA = slreq.cmConfigureVersion('linktype_rmi_doors', '00006a12', '2.1b', 'myModel.slx')
versionA =
0×0 empty chararray% versionA is empty because there is no previously configured version% Set the configured version to 2.3b
versionB = slreq.cmConfigureVersion('linktype_rmi_doors', '00006a12', '2.3b', 'myModel.slx')
versionB =
'2.1b'% 2.1b is the previously set configured version
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.