Seite 1 von 1

Octave OS

Verfasst: 08 Nov 2014, 22:53
von Marspau
Hello FT fans,

I would like to know if some of you knows of the Octave operating system.

Ich würde gerne wissen, ob einige von euch kennt der Octave-Betriebssystem

Grub
Marspau

Re: Octave OS

Verfasst: 09 Nov 2014, 00:06
von Defiant
Do you have an url?

Re: Octave OS

Verfasst: 09 Nov 2014, 02:19
von Marspau
@ Defiant,

Thank you for the link to some programming languages, but I would like to know if some of the ftc members have or use the OCTAVE os.

Marspau

Re: Octave OS

Verfasst: 09 Nov 2014, 12:42
von MisterWho
Defiant asked for the link to the Octave OS.

The link to the programming languages you mentioned is his signature :-)

To my knowledge Octave is not an OS but a programm for different mathematical calculations like matlab.
Link to Octave: https://www.gnu.org/software/octave/

Do you mean this software?

Joachim

Re: Octave OS

Verfasst: 09 Nov 2014, 13:43
von Marspau
@MisterWho

Yes I mean this software.

Marspau

Re: Octave OS

Verfasst: 09 Nov 2014, 19:12
von Defiant
Yes MisterWho is correct and I have used the Octave language from time to time. What do you want to know?

Re: Octave OS

Verfasst: 09 Nov 2014, 20:19
von Marspau
@Defiant,

I would like to know if it is a user friendly system to use.

Re: Octave OS

Verfasst: 09 Nov 2014, 20:27
von Defiant
Probably not what you understand under user friendly. It has a command line interface which is similar to text based programming interfaces, e.g. the following code will plot f(x)=x² from 0 to 10

Code: Alles auswählen

x=0:10;
plot(x, x.^2)

Re: Octave OS

Verfasst: 09 Nov 2014, 21:39
von Marspau
@Defiant,
Thanks for all the answers , I thought it was a real operating system, but it seems to be a programing language.
I think I will forget about Octave.

Grub
Marspau