Leonardo
Followers: 0 Following: 0
Feeds
已回答
Not getting the expected size matrix from evaluating a function handle that is equal to zero
h = @(x,y) zeros(size(x)); [X, Y] = meshgrid(linspace(0, 2, 10)); Z = h(X,Y) surf(X,Y,Z)
Not getting the expected size matrix from evaluating a function handle that is equal to zero
h = @(x,y) zeros(size(x)); [X, Y] = meshgrid(linspace(0, 2, 10)); Z = h(X,Y) surf(X,Y,Z)
8 months 前 | 0
| 已接受