Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

matlab error message

Status
Not open for further replies.

electroabdo

Junior Member level 2
Joined
Sep 4, 2005
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,479
Hello,

I had this error message in matlab:

??? Error using ==> icatb_dataSelection>checkCriteria at 838
Variable selectedSubjects doesn't exist in file
d:\CD1\fM01005-Gavlasova\FCNI1\MDL\fM01005FCNI1MDL.m


I was surprised to have this message because i checked that file and i found the variable "selectedSubjects" and it has the value selectedSubjects = {'s1'}.

This error message appeared after executing the command:

if (~isfield(inputData, keywd))
error('Error:InputFile', 'Variable %s doesn''t exist in file %s\n', keywd, inputFile);
end


Can anyone help me?

Thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top