ComputationalScienceLaboratory / ODE-Test-Problems

A MATLAB suite of initial value problems
https://computationalsciencelaboratory.github.io/ODE-Test-Problems/
MIT License
9 stars 2 forks source link

Add warnings when parameters are inconsistent with length of Y0 #34

Closed Steven-Roberts closed 2 years ago

Steven-Roberts commented 2 years ago

Addresses #30

AndreyAPopov commented 2 years ago

I really like using warnID, so that warnings of a certain type can be disabled.

I suggest 'OTP:inconsistentInitialConditionSize'

Steven-Roberts commented 2 years ago

Ready to merge if you are @AndreyAPopov

AndreyAPopov commented 2 years ago

Looks good.