📄 ex31ch2.m
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -