Skip to content

Instantly share code, notes, and snippets.

View nmatzke's full-sized avatar

Nicholas J. Matzke nmatzke

View GitHub Profile
@nmatzke
nmatzke / week_06_exercise_v4.R
Last active April 26, 2020 03:59
week_06_exercise_v4.R
#######################################################
# BIOSCI220 WEEK 6 LAB EXERCISE
#######################################################
################################################
# Note for people using online R
################################################
#
#######################################################
# WEEK 10 LAB
#######################################################
#######################################################
# PART 1: ADVANTAGES/DISADVANTAGES OF MODELS
@nmatzke
nmatzke / saveeverystep_issues.jl
Last active September 2, 2021 21:52
differentialequations.jl issue with solve() saveeverystep option
# 2021-09-03_update: I was misunderstanding how
# solve() works -- if you want decent interpolation
# throughout, you need to say saveeverystep=true
#
# If you just want to save at certain points,
# use the saveat= option
#
#######################################################
# 2021-09-02, Example 1