this post was submitted on 22 May 2024
2 points (100.0% liked)
Open Source
31128 readers
431 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think I've found a solution. Matlab has implemented
symunits
in the symbolic toolbox and I've found the original? on Github. Hopefully it is compatible to GNU Octave.I downloaded it and tried to run it, but it gets stuck in a loop and I don't know how it could be fixed:
it seems the problem is in the line
in the file
u.m
, I think becauseu.baseUnitSystem
tries to "call itself". I don't know what this should be supposed to do, and have no idea on how to possibly fix it :(It seems that the implementation of
classdev
in Octave is unfortunately not complete enough yet.😒