photo

Leonardo


Last seen: 8 months ago Active since 2024

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

11 months ago | 0

| accepted