📄 model_diagnose_left.html
字号:
// make sure only one parameter is checked on update paramater pagefunction uncheckOthers(form, thischeckbox) {var elementsArray = form.elements;var i; //must declare loop counter to avoid default global declarationif (thischeckbox.checked) { for(i=0; i < elementsArray.length; i++) { if (elementsArray[i].type == "checkbox") if ((elementsArray[i].checked) && (elementsArray[i].name.substring(0,12)=="paramChecked") && (elementsArray[i].name != thischeckbox.name)) { elementsArray[i].checked=false; } } }}// select/unselect all found objects in the tablefunction selectAll(form, select) {var elementsArray = form.elements;var i; //must declare loop counter to avoid default global declarationfor(i=0; i < elementsArray.length; i++) { if (elementsArray[i].type == "checkbox") { if (elementsArray[i].disabled == false) { if (select) elementsArray[i].checked=true else elementsArray[i].checked=false } }}}// --></script> <style> A:link {text-decoration:none; color:black} A:visited {text-decoration:none; color:black} A:hover {text-decoration:none; } .tab {background-color: #B9B9B9; border-style: ridge; border-width: 0px 0px 2px 0px; white-space: nowrap; cursor: pointer; cursor: hand; padding: 4px; } .activetab {border-style: ridge; border-width: 2px 2px 0px 2px; white-space: nowrap; padding: 4px;} .tabcontent {background-color: #E1E1E1; display: none; border-style: ridge; border-width: 0 2px 2px 2px;} .tabpanel {padding: 0px; margin: 0px;} </style> </head> <body> <form method="POST" action="matlab: htmlgatewayAdvisor " name=f> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <p align="left"><input type="submit" value="Run Advisor" name="checkModel" onClick="this.disabled=true;"> </td> <td> <p align="right"><a href="model_diagnose_custom.html" target="right_frame"><IMG src="vandv.png" border=0></IMG></a> </td> </tr> </table> <hr> <table class="tabpanel" width="100%" border="0" cellspacing="0" cellpadding="0"><tr> <td class="activetab" width="50%" nowrap> <div align="center"> <font size="4" ><b>By Product</b></font> </div> </td> <td class="tab" width="50%" nowrap><a href="model_diagnose_task.html"> <div align="center"> <font size="4">By Task</font> </div></a> </td> </tr><tr><td colspan=6 align="left" ><B>Select product categories or items from the following list: </B></td></tr> </table> <p align="left"><input type="checkbox" value="on" name="IfSelectAll" onClick="selectAll(this.form, this.checked)">Select or deselect all<input type="hidden" name="modelName" value="qz0j1zfSubsystem"><TABLE width=100% border=0 align=center><TR><TD><div id=outd style="display"><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top><IMG src="minus.png" id=out_1 class="Outline" style="cursor: hand" onClick=expandGroup(this)> </td><td><IMG src="folder.png"></td><td><input type="checkbox" value="on" id="out_1ck" onClick="selectGroup(this)"> </td><td>Simulink<br></td></tr></table><div id=out_1d style="display"><table cellpadding=0 cellspacing=0 border=0><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_1" value="ON" checked id=out_1ck1></td><td><a href="report.html#CheckRecord_1" target="right_frame" title="Uses slupdate command's analysis mode to check for common upgrade issues">Check model, local libraries, and referenced models for known upgrade issues</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_2" value="ON" checked id=out_1ck2></td><td><a href="report.html#CheckRecord_2" target="right_frame" title="Unconnected objects can indicate a problem in the model">Identify unconnected lines, input ports, and output ports</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_3" value="ON" checked id=out_1ck3></td><td><a href="report.html#CheckRecord_3" target="right_frame" title="Root model Inport blocks that do not fully define their attributes can lead to undesired results">Check root model Inport block specifications</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_8" value="ON" checked id=out_1ck4></td><td><a href="report.html#CheckRecord_8" target="right_frame" title="Having unselected optimizations can lead to nonoptimal results">Check optimization settings</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_12" value="ON" checked id=out_1ck5></td><td><a href="report.html#CheckRecord_12" target="right_frame" title="Check for models whose Model Parameter Configuration dialog boxes specify parameter tunability information. Simulink ignores tunability information specified in this way for referenced models.">Check for parameter tunability information ignored for referenced models</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_13" value="ON" checked id=out_1ck6></td><td><a href="report.html#CheckRecord_13" target="right_frame" title="Check for models that are configured for implicit signal resolution, i.e., to attempt to resolve all named signals and states to Simulink.Signal objects. This is inefficient and slows down incremental code generation and model reference.">Check for implicit signal resolution</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_14" value="ON" checked id=out_1ck7></td><td><a href="report.html#CheckRecord_14" target="right_frame" title="Check for virtual buses that could be made nonvirtual in order to improve the efficiency of the generated code.">Check for optimal bus virtuality</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_15" value="ON" checked id=out_1ck8></td><td><a href="report.html#CheckRecord_15" target="right_frame" title="Discrete-Time Integrator blocks with state port and initial condition port that are fed neither by an IC nor a constant block might not be properly initialized.">Check for Discrete-Time Integrator blocks with initial condition uncertainty</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_18" value="ON" id=out_1ck9></td><td><a href="report.html#CheckRecord_18" target="right_frame" title="Searches the model for disabled library links. Unintentionally disabled library links can cause unexpected simulation results, and in general a model should not be saved with library links disabled. Note that the results of this check may overlap with those of the check for known upgrade issues.">Identify disabled library links</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_19" value="ON" id=out_1ck10></td><td><a href="report.html#CheckRecord_19" target="right_frame" title="Searches the model for parameterized library links. Unintentionally parameterized library links can cause unexpected simulation results.">Identify parameterized library links</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_20" value="ON" checked id=out_1ck11></td><td><a href="report.html#CheckRecord_20" target="right_frame" title="Searches the model for unresolved library links: those for which the library block cannot be found. A model cannot be simulated while it has unresolved links.">Identify unresolved library links</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_103" value="ON" id=out_1ck12></td><td><a href="report.html#CheckRecord_103" target="right_frame" title="Identify any Mux block used as a bus creator and any bus signal treated as a vector.">* Check for proper bus usage</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_104" value="ON" id=out_1ck13></td><td><a href="report.html#CheckRecord_104" target="right_frame" title="Identify function-call subsystem return values which may potentially be delayed due to the insertion of implicit Signal Conversion blocks by Simulink">* Check for potentially delayed function-call subsystem return values</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_105" value="ON" id=out_1ck14></td><td><a href="report.html#CheckRecord_105" target="right_frame" title="Identify block output signals with continuous sample time and non-floating point data type">* Identify block output signals with continuous sample time and non-floating point data type</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_106" value="ON" id=out_1ck15></td><td><a href="report.html#CheckRecord_106" target="right_frame" title="Blocks that directly drive the same tree of Merge blocks should have mutually exclusive execution in each time step. Failure to guarantee this condition can lead to unintended model behavior.">* Check for proper Merge block usage</a><br></td></tr></table></div><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top><IMG src="minus.png" id=out_2 class="Outline" style="cursor: hand" onClick=expandGroup(this)> </td><td><IMG src="folder.png"></td><td><input type="checkbox" value="on" id="out_2ck" onClick="selectGroup(this)"> </td><td>Real-Time Workshop Embedded Coder<br></td></tr></table><div id=out_2d style="display"><table cellpadding=0 cellspacing=0 border=0><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_4" value="ON" checked id=out_2ck1></td><td><a href="report.html#CheckRecord_4" target="right_frame" title="Incorrect settings can prevent code generation. Underspecifying sample times can lead to undesired results.">Check solver for code generation</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_5" value="ON" checked id=out_2ck2></td><td><a href="report.html#CheckRecord_5" target="right_frame" title="Identify blocks not supported by code generation or not recommended for deployment">Identify questionable blocks within the specified system</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_6" value="ON" checked id=out_2ck3></td><td><a href="report.html#CheckRecord_6" target="right_frame" title="Identify model blocks whose configuration settings mismatch with top model">Check for model reference configuration mismatch</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_7" value="ON" checked id=out_2ck4></td><td><a href="report.html#CheckRecord_7" target="right_frame" title="Inconsistencies or underspecification of hardware attributes can lead to nonoptimal results">Check the hardware implementation</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_9" value="ON" checked id=out_2ck5></td><td><a href="report.html#CheckRecord_9" target="right_frame" title="Support for some software environment settings can lead to nonoptimal results">Identify questionable software environment specifications</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_10" value="ON" checked id=out_2ck6></td><td><a href="report.html#CheckRecord_10" target="right_frame" title="Instrumentation of the generated code can cause nonoptimal results.">Identify questionable code instrumentation (data I/O)</a><br></td></tr><tr><TD> </TD> <TD> </TD><td valign=top><input type="checkbox" name="CheckRecord_11" value="ON" checked id=out_2ck7></td><td><a href="report.html#CheckRecord_11" target="right_frame" title="Lookup and Lookup2D blocks have strict constraints when they are tunable.">Check for blocks that have constraints on tunable parameters</a><br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -