ch4_8.htm

来自「一个不错的matlab工程实际问题的解决方法」· HTM 代码 · 共 31 行

HTM
31
字号
<! Made by Html Translation Ver 1.0>

<HTML>

<HEAD>

<TITLE>  回圈 </TITLE>

</HEAD>



<BODY BACKGROUND="bg0000.gif" tppabs="http://166.111.167.223/computer/cai/matlabjc/img/bg0000.gif">

<FONT COLOR="#0000FF">

<H1>4.8  回圈</H1>

</FONT>

<HR>



<P>

在一些运算过程中我们常须要做重复的计算,这些算式只是其中变数改变但是运算式相同,我们可以回圈

(loop) 来计算。MATLAB提供二种回圈函数:<FONT COLOR=#FF0000>for</FONT>

回圈, <FONT COLOR=#FF0000>while</FONT> 回圈。<BR><HR>

<UL>

	<LI> 4.8  回圈

	<UL>

		<LI> 4.8.1 <A HREF="ch4_8_1.htm" tppabs="http://166.111.167.223/computer/cai/matlabjc/ch4_8_1.htm"> For 回圈</A>

		<LI> 4.8.2 <A HREF="ch4_8_2.htm" tppabs="http://166.111.167.223/computer/cai/matlabjc/ch4_8_2.htm"> While 回圈</A>

	</UL>

</UL>

<HR>

<A HREF="ch4_7.htm" tppabs="http://166.111.167.223/computer/cai/matlabjc/ch4_7.htm"><IMG SRC="lastpage.gif" tppabs="http://166.111.167.223/computer/cai/matlabjc/img/lastpage.gif" BORDER=0></A>

<A HREF="ch4_8_1.htm" tppabs="http://166.111.167.223/computer/cai/matlabjc/ch4_8_1.htm"><IMG SRC="nextpage-1.gif" tppabs="http://166.111.167.223/computer/cai/matlabjc/img/nextpage.gif" BORDER=0 HSPACE=10></A>

<A HREF="index.html" tppabs="http://166.111.167.223/computer/cai/matlabjc/index.html"><IMG SRC="outline-1.gif" tppabs="http://166.111.167.223/computer/cai/matlabjc/img/outline.gif" BORDER=0 HSPACE=6></A><BR>

<FONT SIZE=2 COLOR=#AA55FF> 上一页 下一页 讲义大纲 </FONT>

</BODY>

</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?