I have only used Octave in Machine Learning courses
With my low usage of it, I have seen it as super close equivalent to Scilab
Do you know if (and why) one is preferred over the other? #octave #scilab
The MathWorks outage is the perfect time to look at GNU Octave! No license servers to deal with for FLOSS! https://octave.org/
Even if it's not helpful right now during the outage, consider it for future work to avoid stoppage the next time the MathWorks hostage server goes down.
https://www.theregister.com/2025/05/27/mathworks_ransomware_attack_leaves_ondeadline/
#octave #floss #gnu #proprietarysoftwaresucks #mathworks #matlab
#Octave Petit https://ift.tt/F7NGPuZ | posted by afasia | daily entries on contemporary art and architecture #afasiaarchzine #afasiaarq |
#architecture #arquitectura #design
Studio Raval . Barcelona Octave Petit . photos: © Milena Villalba In the …
برامج الحوسبة الرياضية: مقارنة شاملة بين Octave وMATLAB وScilab
#حوسبة_رياضية #برامج_علمية #MATLAB #Octave #Scilab #مفتوح_المصدر #Gnutux
Some benefits of #LabPlot:
👉 an interactive environment with a graphical user interface,
👉 ease of use for non-programmers,
👉 built-in tools for data analysis, statistics, regression, and curve fitting,
👉 platform integration that may offer a better experience than running Python scripts,
👉 possibility to run #Python, #Maxima, #R, #Octave and other languages inside LabPlot's computational notebooks.
Take a look at LabPlot's features:
Apportioned voting is a new voting system that proportionally apportions each vote among each candidate to which the voter has assigned a non-negative preference value. It is similar to proportional ranked-choice voting, but proportional vote totals are computed in a single step.
The paper includes #Octave (#FOSS) scripts for calculating the results of apportioned voting.
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0317580
The interactive calculation sheet for #engineering, based on #emacs, #orgmode, #texlatex and #sympy is available in English [1], although the blog article is in German [2]. The template is also in English [3].
#Orgmode is so impressive, you could use #maxima, #octave, #gnuplot, #graphviz and almost 40 other languages with all their libraries right out of the box [4].
Have fun!
[1] https://vennemann-online.de/flossblog/downloads/eng.pdf
[2] https://vennemann-online.de/flossblog/post20250208_pencilandpaper.html
[3] https://vennemann-online.de/flossblog/downloads/org_eng.zip
[4] https://orgmode.org/worg/org-contrib/babel/languages/index.html
Boy, I had forgotten how slow the old Intel MacBook Pros really are: Building the update to #octave 9.4.0 takes forever, as compared to my M series machines.
@telescoper The most compatible OSS package to Matlab is #Octave
I started using octave in 1995 before I ever had a license for Matlab (first via a NASA grant, and currently after a many year gap via the campus site license). However, octave has been installed on all my Macs (including my campus workstation) via MacPorts.
GNU Octave: An alternative to MATLAB
GNU Octave is a powerful, open-source software environment designed primarily for numerical computations. It forms part of the GNU Project and is recognized for its high level of compatibility with MATLAB. Users who are familiar with MATLAB can quickly adapt their scripts to run in Octave with minimal changes, making it one of the most commonly cited alternatives to MATLAB.
Read More: https://machaddr.substack.com/p/gnu-octave-an-alternative-to-matlab
In case anyone needs a little repetitive task speed timer in Octave/MATLAB, here's a one liner I made:
clf(); t = []; lasttime = time; while true; pause; t = [t, time - lasttime]; lasttime= time; m = mean(t); plot(t); hold on; line([0, length(t)], [m, m]); hold off; end
Just hit space or something each time you finish one of whatever you're doing. It shows history and overall mean time per thing. Could definitely be fancier, but why are you spending time looking at the plot?
For 2024, I solved Advent of Code in 25 different languages. Was a fun project, sometimes a bit (very) painful (*glances at Erlang and Zig*).
Code (bottom of post) and summary for each language:
https://blog.aschoch.ch/posts/aoc-2024
Keep in mind that I used most of these language for a few hours tops, so my judgement is very much subjective.
What's your favourite of the bunch?
#adventofcode #programming #software #python #rust #scala #php #d #go #elixir #java #julia #nim #dart #pascal #gleam #haskell #fortran #typescript #bash #c #perl #erlang #ruby #kotlin #zig #octave #lua
🧠 #OCTAVE è un nuovo modello avanzato in grado di generare voci e personalità in tempo reale partendo da semplici descrizioni o registrazioni di appena 5 secondi.
✨ Le personalità create includono tratti come linguaggio, accento, espressioni, e disposizioni emotive. Può anche gestire interazioni tra più personalità e voci simultaneamente, offrendo un'interazione realistica.
🔗 https://www.hume.ai/blog/introducing-octave
Advancing Speech Technology with OCTAVE: New #AI Model from #HumeAI 🔊
🎯 #OCTAVE combines #speechgeneration and #LLM capabilities for comprehensive voice synthesis
Blogged about math packages a bit.
https://solhsa.com/oldernews2024.html#MATH-PACKAGES
#math #maple #matlab #octave #mathematica #wolfram #numpy #sympy #anaconda #python #jupyter #maplesoft #blog