Feeds
질문
Help With Creating Phase Plane Portraits
% I have a function definition: function [t,y]=second_order(a0,a1,tspan,y0) dydt=@(t,y)[y(2);-a0*y(1)-a1*y(2)]; [t,y]=ode45(d...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I plot single points, each having a different color, of two arrays(as x, and y) using a for loop?
I am pretty new to matlab. I have two 12x1 arrays. I want to use one as x and one as y. I need to create a scatter plot. However...
4년 초과 전 | 답변 수: 1 | 0