File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ Animator is a tool for making GIF animation files from MATLAB® code.
1515Here's how it works.
1616
17171 . Create an M-file that generates the plot that you want to animate.
18- 2 . Indicate which parameter you want to change and how (this needs to be an assignment statement of the form " a = 1" ).
18+ 2 . Indicate which parameter you want to change and how (this needs to be an assignment statement of the form ` a = 1 ` ).
1919
2020The Animator then manipulates your code and takes snapshots of the resulting plot. These snapshots are
2121gathered into the GIF animation file and saved to disk.
2222
2323![ How it works] ( images/howto.png )
2424
25- For more information, look at the documentation files in the code/doc / directory, especially GettingStarted.mlx
25+ For more information, look at the documentation files in the toolbox/examples / directory, especially GettingStarted.mlx
2626
2727## MathWorks Products
2828
You can’t perform that action at this time.
0 commit comments