Español – Home / Algorithms in Matlab or Octave
Matlab or Octave online
We'll describe how to use several free interfaces that allow you to use the functions on the web, without needing to install Octave or Matlab, and that work on any computer or mobile phone with a reasonably up-to-date browser (such as Chrome, Opera, or Firefox). However, these interfaces are sometimes limited, so it's important to also read the detailed difficulties.
Octave Online
Use Octave 9.3.0. It's very simple and also allows you to obtain solutions with variable or exact precision.
Enter the interface. If a welcome window appears, click the "Start Using Octave Online" button at the bottom of the window. The website will load in a few seconds.
Type the commands (press the "Enter" key after each command) to use the functions in the bottom cursor of the white screen on the right, such as
F(:,:,1)=[-280,-12;-120,-8;-280,-12];
F(:,:,2)=[575,0;0,20;400,0];
[k,X,Y]=vn(F)