my code starts with:
function [y1] = ADDE(t,y)
y1 = zeros(size(y));
and when running it displays the following error:
ADDE
error: ‘y’ undefined near line 3, column 17
error: called from
ADDE at line 3 column 4
can anybody help me?
I’ve tried other options but it didn’t help
New contributor
Thobias P. Silva is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.