80 個の変数、512 個の観測値を持つテーブルがあります
すべての値は数値です
テーブル(クラス:データセット)をデータセットとして因数分解したいです。
今でも、そのためにこの表現を使っています
factoran(double(table),m)
テーブル情報を保存するために、このように datasetfun を使用した式を使用したいと考えています。
datasetfun(@(x) factoran(x,m), table, 'datasetoutput', true)
しかし、それは機能していません。
Error using factoran (line 133)
X must have more than one row (observation) and more than one column (variable).
Error in @(x)factoran(x,3)
Error in dataset/datasetfun (line 101)
実行する方法?