wrev function on Matlab R2014a (Student) doesn't work ?
Afficher commentaires plus anciens
I keep getting an error when I try to run my following script.
if true
% code
end
RL=[];
for s=1:length(subj),
x=[];
sr = [wrev(result_s{1,s}(1:5,dp)); wrev(result_s{1,s}(6:10,dp)); wrev(result_s{1,s}(14:15,dp))];
sl = [result_s{1,s}(21:25,dp); result_s{1,s}(16:20,dp); result_s{1,s}(11:12,dp)];
x(:,1)=sr;
x(:,2)=sl;
RL=[RL;x];
end;
>> Undefined function 'wrev' for input arguments of type 'double'.
1 commentaire
Geoff Hayes
le 25 Oct 2014
ver
to see your version of MATLAB and all installed toolboxes.
Réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!