请问matlab中peaks函数的定义域是什么?
发布网友
发布时间:2022-04-29 02:32
我来回答
共2个回答
热心网友
时间:2023-10-06 03:34
你可以自己用命令
help peaks查看啊
------------------------------------------------------
peaks is a function of two variables, obtained by translating and scaling Gaussian distributions, which is useful for demonstratingmesh, surf, pcolor, contour, and so on.
Z = peaks; returns a 49-by-49 matrix.
Z = peaks(n); returns an n-by-n matrix.
Z = peaks(V); returns an n-by-n matrix, where n = length(V).
Z = peaks(X,Y); evaluates peaks at the given X and Y (which must be the same size) and returns a matrix the same size.
------------------------------------------------
括号内是矩阵的规模追问这个函数的定义域和值域是多少啊?
追答这不存在什么定义域值域啊
热心网友
时间:2023-10-06 03:34
你可以自己用命令
help peaks查看啊
------------------------------------------------------
peaks is a function of two variables, obtained by translating and scaling Gaussian distributions, which is useful for demonstratingmesh, surf, pcolor, contour, and so on.
Z = peaks; returns a 49-by-49 matrix.
Z = peaks(n); returns an n-by-n matrix.
Z = peaks(V); returns an n-by-n matrix, where n = length(V).
Z = peaks(X,Y); evaluates peaks at the given X and Y (which must be the same size) and returns a matrix the same size.
------------------------------------------------
括号内是矩阵的规模追问这个函数的定义域和值域是多少啊?
追答这不存在什么定义域值域啊
热心网友
时间:2023-10-06 03:34
默认-3到3,-3到3
值域-6到8
热心网友
时间:2023-10-06 03:34
默认-3到3,-3到3
值域-6到8
热心网友
时间:2023-10-06 03:34
你可以自己用命令
help peaks查看啊
------------------------------------------------------
peaks is a function of two variables, obtained by translating and scaling Gaussian distributions, which is useful for demonstratingmesh, surf, pcolor, contour, and so on.
Z = peaks; returns a 49-by-49 matrix.
Z = peaks(n); returns an n-by-n matrix.
Z = peaks(V); returns an n-by-n matrix, where n = length(V).
Z = peaks(X,Y); evaluates peaks at the given X and Y (which must be the same size) and returns a matrix the same size.
------------------------------------------------
括号内是矩阵的规模追问这个函数的定义域和值域是多少啊?
追答这不存在什么定义域值域啊
热心网友
时间:2023-10-06 03:34
默认-3到3,-3到3
值域-6到8