Feeds
질문
fplot doesnt give the same result of plot
when i try to convert this code: data = csvread('Lab6Data.txt'); x = data(1,:); y = data(2,:); plot(x,y,'.r') for n = 1:3 ...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
fprintf not displaying in loop
ive tried for and while loops for this. if its outside of the loop, it prints fine, but not inside, can someone help me understa...
거의 7년 전 | 답변 수: 1 | 1