Feeds
질문
eqn = sym() not working
%first define the variables title 'graph of the forcing function'; ezplot( heaviside(t-pi) + (-1)*heaviside(t-10), [0 15]);%gr...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Why does my plot not appear?
Vmax = 354*10^(-6); Km = 1.5*10^(-3); S = .0000005:.0000005:.000030; v = Vmax*S/(Km + S); plot(S,v); This is my code and it...
4년 초과 전 | 답변 수: 1 | 0