Community Profile

photo

Florian


Universität Stuttgart

Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
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...

10 years ago | 0

| accepted

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers