-
Notifications
You must be signed in to change notification settings - Fork 99
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
getting started on octave #132
Comments
Hi, I am not very familiar with octave, so it will be complicated for me to find solutions, but in theory MatGeom is mostly compatible with octave. Some starting points:
(that should draw a blue circle in a new figure.
hope this helps? |
Thank you very much. Your response has helped me to begin this quest =D
Regards |
Hi, In practice, I use it the way you describe: working within the directory containing the script, and adding the necessary paths. With Matlab it is possible to define a set of paths that are loaded at each startup. That makes simple simpler when restarting a session. I suppose this should exist for octave too. Best, |
Hi
I'm working a code in Octave, and need some features from matgeom. Mainly the capability to draw many contiguous boxes, with square faces on top, and different depths. I already downloaded the main 1.2.5 version files, and corresponding manual, and read the README file here on Github and made all of my effort to get it working, but still can't do it. Is there a clear way on which I can start using the functions? do I have to run a file, or many of the files from the "inst" folder that came with the package?
thanks in advance
The text was updated successfully, but these errors were encountered: