plot(time,[accLong,accVert,accLat,],'linewidth',2) % plot all
I do not want to use this version
plot(time,accLong,'r',time,accVert,'b',time,accLat,'k','linewidth',2) % plot all
colorMATLAB and Simulink Student Suitematlab graphssingle command
plot(time,[accLong,accVert,accLat,],'linewidth',2) % plot all
plot(time,accLong,'r',time,accVert,'b',time,accLat,'k','linewidth',2) % plot all
Best Answer