matlab中contourf函数出现问题运行语句后出现这个errorThe size of X must match the size of Z or the number of columns of Z.

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/28 01:56:37

matlab中contourf函数出现问题
运行语句后出现这个error
The size of X must match the size of Z or the number of columns of Z.

从上面的错误提示上来看,是你的矩阵X和矩阵Z的大小不一样,所以就没法画等高线.