wrev function on Matlab R2014a (Student) doesn't work ?

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

Anna - wrev is a function within the Wavelet Toolbox. Do you have this? In the Command Window, type
ver
to see your version of MATLAB and all installed toolboxes.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2014년 10월 25일

댓글:

2014년 10월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by