matlab怎么把矩阵作为函数参数传递进去

问题描述:

matlab怎么把矩阵作为函数参数传递进去

function y=fun(x)
里边x直接是矩阵就可以了