Feeds
질문
Hi, I'm trying to find a program line which will make matlab dump numbers that don't respond to an if statement.
if abs(z(1,end,n)-Z)<=Err hold on figure(1) plot(z(1,:),z(3,:)) ...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Hi, I'm trying to figure out why my script is only ploting the last input angle, not regarding any of the loops before it.
function [ ] = odeSolver2() tInc = input('Input desired timestep (in seconds)'); % Set initial conditions Z = input('In...
거의 12년 전 | 답변 수: 1 | 0