0

isrowおよびiscolumn関数を使用するスクリプトを 呼び出したときに、次のエラーが発生します。

>> isrow( [1,2,3] )
??? Undefined function or method 'isrow' for input arguments of type 'double'.

これらの関数が組み込まれている使用可能な Matlab の最小バージョンは何ですか?

4

2 に答える 2

1

isrow(V)およびiscolumn(V)関数はMatlab 2011aから利用できます。

于 2013-02-18T09:40:00.513 に答える