Erik Neumann

Results 21 comments of Erik Neumann

[multimarkdown](http://fletcherpenney.net/multimarkdown/) is an example of a markdown package that enables this. Each header is given a [fragment identifier](https://en.wikipedia.org/wiki/Fragment_identifier) as the name of the header run together without spaces and all...

Hello Carlo, Use the "simple compiled" version so that you can enter Javascript commands into Terminal. https://www.myphysicslab.com/develop/build/sims/pendulum/DoublePendulumApp-en.html Click on the "Terminal" checkbox to open the interactive command line interface. Click...

Try this script. Again note that the GenericMemo definition needs to be on one line. var angle1 = sim.getVarsList().getVariable('angle_1'); angle1.setValue(Math.PI/2); var firstStop = true; var secondStop = true; var memo...

And yes I'm happy to see the results of your experiment. --ErikN On Mon, Sep 7, 2020 at 9:12 AM Erik Neumann wrote: > Try this script. Again note that...

You can just take out the println statement, I put it in for debugging. ErikN On Mon, Sep 7, 2020 at 15:32 CarloCobal wrote: > > > > Seems to...

Try using the "save" command in Terminal: > help myPhysicsLab version 2.0.0, advanced-compiled on 2020-02-21 12:42:55. Use the "values" command to see what can be set and the syntax. command-K...

One other thing to be aware of: It's best to start with a fresh reload of the web page. If you enter that script I sent a couple times, then...

Hi Quaid, I can't totally follow the description of your experiments, but I kind of get the gist of what you are looking at. To comment in more detail I'd...

Now that closure-library is no longer in the repository because of commit f0e495c6fa656e66a2535000699823b7a2a2e8bc, all of these unit tests at `test/js/` are no longer working.

Thanks, both the backticks and the `{@code }` are working. (I didn't realize backtick is an option, and I was incorrectly using `@code{ }` instead of `{@code }`). It looks...