Feeds
질문
Error: "Difference order N must be a positive integer scalar"
I wrote a script : [x,y]=meshgrid(0:1:500, -100:1:100); k=(2*pi)/30; Q=25*k; l=(2*pi)/30; f=2*(cos((k*x)+Q).*cos(l*y)); xl...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to add black isolines for f(x,y) = -1, 0, 1
Hi , I have f(x,y) and I want to add black isolines for f(x,y) = -1, 0, 1. How can I do it? Thanks
4년 초과 전 | 답변 수: 1 | 0