ex31ch2.m

来自「these codes are for solving OED with mat」· M 代码 · 共 21 行

M
21
字号
\begin{solution}The following edited M--file shows only the necessarymodifications for this problem. Tracing the displacement of the heavier end of the baton asdisplayed in the figure generated by the file shows that thebaton behaves as one would expect.\begin{verbatim}function ex31ch2%m1 = 0.1;%m2 = 0.1;%L = 1;m1 = 0.1;m2 = 0.5;L = 2;%title('Original baton problem');title('Modified baton problem');%axis([0 22 0 25])axis([0 30 0 25])\end{verbatim}\end{solution}

⌨️ 快捷键说明

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