MATLAB中zeros表示表示什么意思

问题描述:

MATLAB中zeros表示表示什么意思

首先先列出matlab中help文件对zeros函数的解释:ZEROS Zeros array.ZEROS(N) is an N-by-N matrix of zeros.ZEROS(M,N) or ZEROS([M,N]) is an M-by-N matrix of zeros.ZEROS(M,N,P,...) or ZEROS([M N P ...]) is a...