Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Dec 6, 2024
1 parent ce7d01d commit 7750019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/camk-simp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ plot(sol, idxs=sys.CaMKAct, label= "Full model", title="Active CaMKII")
plot!(sol_simp, idxs=sys_simp.CaMKAct, label= "Simplified model", line=:dash, xlabel="Time (ms)")

# Phosphorylated CaMKII too high
@unpack CaM, KCaM, PCaM, CaMKP = sys_simp
@unpack CaM, KCaM, PCaM, CaMKP, CaMK = sys_simp
@unpack CaM0, CaM2C, CaM2N, CaM4, CaM0_CaMK, CaM2C_CaMK, CaM2N_CaMK, CaM4_CaMK, CaM0_CaMKP, CaM2C_CaMKP, CaM2N_CaMKP, CaM4_CaMKP = sys_simp
plot(sol_simp, idxs=[CaMKP, KCaM, PCaM, CaMK], tspan=(100second, 105second))

0 comments on commit 7750019

Please sign in to comment.