function test(); for i=1:2; plot(); end; end; test()    # Another favorite 
gotcha, plot in a loop mysteriously and silently acted differently than 
plot outside of a loop


Reply via email to