Effacer les filtres
Effacer les filtres

Undefined function 'sum' for input arguments of type 'cell'.

1 vue (au cours des 30 derniers jours)
Balaji M. Sontakke
Balaji M. Sontakke le 29 Fév 2020
Undefined function 'sum' for input arguments of type 'cell'.
Error in mean (line 116)
y = sum(x, dim, flag)/size(x,dim);
Error in ccaFuse (line 69)
meanX = mean(trainX);
Error in CCA_feature_fusion (line 19)
[trainZ,testZ] = ccaFuse(trainX, trainY, testX, testY, 'concat');
%% program
clc;
clear all;
load('db4.mat');
load('db6.mat');
load('db3.mat');
load('db5.mat');
trainX =reduced_traindata;
trainY = reduced_traindata;
testX = reduced_testdata;
testY = reduced_testdata;
[trainZ,testZ] = ccaFuse(trainX, trainY, testX, testY, 'concat');
  3 commentaires
Balaji M. Sontakke
Balaji M. Sontakke le 1 Mar 2020
wow!! perfect
Balaji M. Sontakke
Balaji M. Sontakke le 1 Mar 2020
where is accept answer button?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB Mobile Fundamentals dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by