Welcome to our user forum (read only mode).
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Error in MEA tools when reading file

Go down

Error in MEA tools when reading file Empty Error in MEA tools when reading file

Post  mcs Thu Jun 12, 2008 2:53 pm

Below are error messages that I receive when I run MEA Tools. Please help me to correct the problems.

One message occurs when I first start MatLab and before I type global D.
After I type global D, I try to enter the data from the MEA Tools dialog window.
The second message occurs after I try to read a continuous dataset.
Thank you for your assistance.
Deb

To get started, select MATLAB Help or Demos from the Help menu.

Warning: isglobal is obsolete and will be discontinued. Type "help isglobal" for more details.
In meatoolsbox at 6
In meatools at 19
In startup at 7
In matlabrc at 176
Warning: Function call pvpmod invokes C:\MATLAB701\toolbox\meatools\pvpmod.m,
however, function C:\MATLAB701\toolbox\meatools\mcintfac\PVPMOD.M
that differs only in case precedes it on the path.

> In meatoolsbox at 14
In meatools at 19
In startup at 7
In matlabrc at 176
>> global D
Warning: Could not find an exact (case-sensitive) match for 'checkd'. C:\MATLAB701\toolbox\meatools\checkD.m is a case-insensitive match and will be used instead. You can improve the performance of your code by using exact name matches and we therefore recommend that you update your usage accordingly. Alternatively, you can disable this warning using warning('off','MATLAB:dispatcher:InexactMatch').
In getraw_uv>evalDlgA at 403
In getraw_uv>querydlg at 234
In getraw_uv at 53
Warning: Could not find an exact (case-sensitive) match for 'mcstreammex'. C:\MATLAB701\toolbox\meatools\mcintfac\MCStreamMEX.dll is a case-insensitive match and will be used instead. You can improve the performance of your code by using exact name matches and we therefore recommend that you update your usage accordingly. Alternatively, you can disable this warning using warning('off','MATLAB:dispatcher:InexactMatch').
> In datastrm.datastrm at 285
In getraw_uv>evalDlgA at 404
In getraw_uv>querydlg at 234
In getraw_uv at 53
Recording date: 09-Sep-2004 19:22:01
streams in OLE-opened file:
'Trigger 1'
'Trigger 2'
'Trigger 3'
'Electrode Raw Data'
'Analog Raw Data'

??? Error using ==> vertcat
All rows in the bracketed expression must have the same
number of columns.

Error in ==> getraw_uv>findcidlist at 190
cid = sort(<1; 8; 57; 64; cid>);

Error in ==> getraw_uv at 67
cid = findcidlist(D, electrode);

??? Error while evaluating uimenu Callback.

>>

mcs

Posts : 518
Join date : 2008-06-10

Back to top Go down

Error in MEA tools when reading file Empty Re: Error in MEA tools when reading file

Post  mcs Thu Jun 12, 2008 2:53 pm

Dear Deb McLaughlin

You are using Matlab 7.0, and Mathworks does not support the command "isglobal" anymore.

>Warning: Could not find an exact (case-sensitive) match for 'checkd'. C:\MATLAB701\toolbox\meatools\checkD.m is a case-insensitive match and will be used instead. ...

These warnings refer to file names that do not match exactly with the file names in the code, that is, there are different cases in the file names. For example, "checkD.m" instead of "checkd.m".

The last warning is probably also caused by the missing isglobal command. We cannot reproduce this exact error message here (with Matlab 7.0.1).

Please send me an e-mail (leisgen@multichannelsystems.com), so that I can send you two files that will replace old ones in your MEA Tools folder.

Best regards, Christine (MCS)

mcs

Posts : 518
Join date : 2008-06-10

Back to top Go down

Error in MEA tools when reading file Empty Re: Error in MEA tools when reading file

Post  mcs Thu Jun 12, 2008 2:54 pm

Hello Christine,

Thank you for your reply. I sent you an email message.

With much appreciation,
Deb McLaughlin

Deb McLaughlin
dmclaughlin@usuhs.mil
http://www.usuhs.mil/nes/mclaughlin.htm

mcs

Posts : 518
Join date : 2008-06-10

Back to top Go down

Error in MEA tools when reading file Empty Re: Error in MEA tools when reading file

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum