Feeds
已回答
print ignores z order of stacked contours
Solved it! The trick is to use the contour map, that is returned. Since I only want the outline of the surface, I first plot the...
print ignores z order of stacked contours
Solved it! The trick is to use the contour map, that is returned. Since I only want the outline of the surface, I first plot the...
12 years 前 | 0
| 已接受
提问
print ignores z order of stacked contours
Hi there, suppose the following MWE: A = peaks(10); A(A<0) = nan; contourf(A, 50, 'linecolor', 'none'); colorma...
12 years 前 | 1 个回答 | 0
1
个回答提问
Create sparse matrix with zig-zag diagonal
Is there a way to shift every column c by (c-1)*n rows down, where n is size(A,1) in the following example, without a loop and w...
12 years 前 | 2 个回答 | 0