Feeds
질문
How do I plot blue asterisks on the x and y intercepts of a linear function on a 2D graph?
%cartesian plane p = [-20,20]; q = p-p; hold on; plot(p,q); plot(q,p); grid on; % getting the function from the u...
3년 초과 전 | 답변 수: 1 | 0
질문
3년 초과 전 | 답변 수: 1 | 0