您的位置:首页 > 编程语言 > MATLAB

matlab常见问题汇总

2013-01-19 14:07 127 查看
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/xhtml-math11-f.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta name="GENERATOR" content="LyX 2.0.5.1" />

<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />

<title>LyX Document</title>

<!-- Text Class Preamble -->

<style type="text/css">

div.toc {

margin: 2em 0em;

border-style: solid;

border-width: 2px 0px;

padding: 1em 0em;

}

div.tochead { font-size: x-large; font-weight: bold; }

div.lyxtoc-0 {

margin: 2em 0em 0em 0em;

font-size: xx-large;

font-weight: bold;

}

div.lyxtoc-1 {

margin: 1em 0em 0em 0em;

font-size: x-large;

font-weight: bold;

}

div.lyxtoc-2 {

margin: 0em 0em 0em 1em;

font-size: large;

font-weight: normal;

}

div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }

div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }

div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }

div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }

a.tocentry {

text-decoration: none;

color: black;

}

a.tocentry:visited { color: black; }

a.tocarrow {

font-weight: bold;

text-decoration: none;

color: #909090;

}

a.tocarrow:visited { color: #C0C0C0; }

</style>

<!-- Preamble Snippets -->

<!-- Layout-provided Styles -->

<style type='text/css'>

h2.section {

font-weight: bold;

font-size: x-large;

margin-top: 1.3ex;

margin-bottom: 0.7ex;

text-align: left;

}

div.lyx_code {

font-family: monospace;

margin-top: 0.5ex;

margin-bottom: 0.5ex;

margin-left: 3ex;

margin-right: 3ex;

text-align: left;

}

div.standard {

margin-bottom: 2ex;

}

</style>

</head>

<body>

<h2 class="section"><span class="section_label">1</span> <a id='magicparlabel-9546' />

当Simulink提示编码问题打不开某个.mdl文件时</h2>

<div class="lyx_code"><div class="lyx_code_item"><a id='magicparlabel-9547' />

currentCharacterEncoding = slCharacterEncoding() %输出当前编码格式 slCharacterEncoding(encoding) %更改编码格式</div>

</div>

<div class="standard"><a id='magicparlabel-9548' />

其中括号中encoding根据需要选择'US-ASCII'、'Windows-1252'、'ISO-8859-1'、'Shift_JIS'之一。</div>

</body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: