PDA

View Full Version : FEM_GUI error!


J.Y.Lim
August 15th, 2006, 02:04
Hello!
I am working on FEM_tool.
But on the stage of FEM calculation,
I got error like this,

%%%%%%%%%%%%%%%%%%%%%%
??? Undefined command/function 'uniqe'.

Error in ==> calc_leadpre at 13
ix_surf=uniqe(Sr(:));
%%%%%%%%%%%%%%%%%%%%%%

Actually, I couldn't find the command 'uniqe'.
Do you know what the problem is?

Thank you for your reply...

felix
August 15th, 2006, 16:21
This might be a typo from an older version. I will upload a new version of the fem gui, which can be found in the daily hot copy of brainstorm. A quick fix is to replace "uniqe" in line 13 of calc_leadpre.m with the correct "unique" matlab function.
- Felix