Feeds
질문
Assigning labels and lines to points on a 3D scatter plot
So I have the following code: x = 1 y = 1 z = 1 scatter3(x,y,z) text(x+.5,y+.5,z+.5,'point 1', 'FontSize', 20) I w...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Multiple lines of similar variable names
Hi, I have the following arbitrary MATLAB code. I am just trying to clear outliers out of these matrices but have to repeatedly...
대략 5년 전 | 답변 수: 2 | 0
