Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drawCircle3d.m function in matgeom package return error : "matlab" package not instaled #192

Open
dodyka opened this issue May 28, 2024 · 0 comments

Comments

@dodyka
Copy link

dodyka commented May 28, 2024

Possible fixes:
c:\Program Files\GNU Octave\Octave-9.1.0\mingw64\share\octave\packages\matgeom-1.2.4\geom3d\drawCircle3d.m

% extract drawing options
%% code correction, do not check version
%%if verLessThan('matlab', '7.8')
%% ind = find(cellfun('isclass', varargin, 'char'), 1, 'first');
%%else
ind = find(cellfun(@ischar, varargin), 1, 'first');
%%end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant