I want to plot a dark green and a dark green dashed graph, but unfortunately MatLab complains that the vector does not have the same length
Error using plot
Vectors must be the same length.
Error in EasySim (line 174) `
plot(x,z1,'b--',x,z2,'c--',x,z3,'b',x,z4,'c',x,z5,'g',x,z6,'g--',x,z7,'color',[0 0.5 0],x,z8,'color',[0 0.5 0],'linestyle','--')