|
Dear all,
I am using MATLAB 2010B. My question is about polyxpoly function. My code reads data from Excel file. But everytime I get the following error:
??? Undefined function or method 'inputcheck' for input arguments of type
'char'.
Error in ==> polyxpoly at 39
msg = inputcheck('xyvector',x1,y1); if ~isempty(msg); error(msg); end
Error in ==> CAM_TraitementPercage at 276
R3(i) =
polyxpoly(RayonDiscret,AngleCoupeDiscret,MatEfforts{i,1}(:,5),Theta);
RayonDiscret,AngleCoupeDiscret,MatEfforts{i,1}(:,5),Theta these are my variables. I have checked them and they all exsist. I am not an expert and I couldn't figure out what I do wrong.
I am using a polyxpoly.m
% Written by: A. Kim
% Copyright 1996-2003 The MathWorks, Inc.
% $Revision: 1.6.4.1 $ $Date: 2003/08/01 18:17:39 $
Does my problem relates to a version of polyxpoly.m or to what?
Please help me about this problem if you have an answer.
Thank you for your time.
PS: If you need I can provide code also related data or more info. Thank you.
|