The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽:
converts
Toolbox
complex
logical
上傳時間:
2016-02-12
上傳用戶:a673761058
華碩電腦pcb設(shè)計規(guī)范,內(nèi)部資料,
PCB Layout Rule Rev1.70, 規(guī)範內(nèi)容如附件所示, 其中分為:
(1) ”PCB LAYOUT 基本規(guī)範”:為R&D Layout時必須遵守的事項, 否則SMT,DIP,裁板時無法生產(chǎn).
(2) “錫偷LAYOUT RULE建議規(guī)範”: 加適合的錫偷可降低短路及錫球.
(3) “PCB LAYOUT 建議規(guī)範”:為製造單位為提高量產(chǎn)良率,建議R&D在design階段即加入PCB Layout.
(4) ”零件選用建議規(guī)範”: Connector零件在未來應用逐漸廣泛, 又是SMT生產(chǎn)時是偏移及置件不良的主因,故製造希望R&D及採購在購買異形零件時能顧慮製造的需求, 提高自動置件的比例.
(5) “零件包裝建議規(guī)範”:,零件taping包裝時, taping的公差尺寸規(guī)範,以降低拋料率.
標簽:
pcb
華碩電腦
設(shè)計規(guī)范
上傳時間:
2013-12-16
上傳用戶:奇奇奔奔