Feeds
질문
How to add histgram in a 'slice' figure?
figure;clf [X Y Z V] = flow; x1 = min(min(min(X)));x2 = max(max(max(X))); y1 = min(min(min(Y)));y2 = max(...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to calculate lipschitz constant?
For a one-dimensional signal, in order to quantitatively characterize the singularity of each point, how to calculate the Lipsch...
10년 초과 전 | 답변 수: 1 | 1
1
답변질문
How to Setting Custom Colours in 4D figures (Slice Function)?
[x,y,z] = meshgrid(-2:.2:2,-2:.25:2,-2:.16:2); v = x.*exp(-x.^2-y.^2-z.^2); xslice = [-1.2,.8,2]; yslice = 2; zslice = [-2,...
거의 11년 전 | 답변 수: 1 | 0