installation octave windows < Matlab < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) beantwortet | Datum: | 19:45 Di 05.10.2010 | Autor: | csak1162 |
also ich hab octave heruntergeladen
GNU Octave, version 3.2.4
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "i686-pc-mingw32".
jetz hab ich in notepad so ein file geschrieben quader.m
wo muss ich das speichern damit ich es ausführen kann???
irgendwie funktioniert das alles nicht!!
lg
|
|
|
|
Status: |
(Antwort) fertig | Datum: | 21:48 Di 05.10.2010 | Autor: | rainerS |
Hallo!
> also ich hab octave heruntergeladen
>
>
> GNU Octave, version 3.2.4
> Copyright (C) 2009 John W. Eaton and others.
> This is free software; see the source code for copying
> conditions.
> There is ABSOLUTELY NO WARRANTY; not even for
> MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE. For details, type
> 'warranty'.
>
> Octave was configured for "i686-pc-mingw32".
>
> jetz hab ich in notepad so ein file geschrieben quader.m
> wo muss ich das speichern damit ich es ausführen kann???
Du kannst entweder den vollständigen Pfad der Datei angeben:
source('C:\MeineDaten\quader.m')
oder besser, du legst dir ein Verzeichnis an, in das du alle deine octave-Scripte legst (z.B. C:\Octave) und sagst octave, dass es dort dort suchen soll:
addpath('C:\Octave')
Dann kannst du quader.m einfach mit
quader
laden.
(Sieh hier, wie du diese Einstellung automatisch bei jedem Start von octave bekommst)
Viele Grüße
Rainer
|
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 17:09 Mi 06.10.2010 | Autor: | csak1162 |
vielen, vielen Dank
hat funktioniert!!!!!
lg
|
|
|
|