Kyle Greenwood
Followers: 0 Following: 0
Feeds
提问
Warning: Matrix is singular to working precision.
My full script : x = -10:0.5:10; y = x; [X,Y] = meshgrid(x); f1 = X.^2 - Y.^2; f2 = X.*Y.*((X.^2 - Y.^2) / (X.^2 + Y.^2))...
4 years 前 | 1 个回答 | 0