>> [ x_grid, y_grid ] = meshgrid(x,y); The first MATLAB command above makes a list of x values running from -5 to 5 in steps of length 0.5. The second command ...
確定! 回上一頁