help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: how to load m file in window (not in linux)


From: William Krekeler
Subject: RE: how to load m file in window (not in linux)
Date: Fri, 16 Dec 2011 19:17:39 +0000

An m file is just text. If by 'load' you mean edit then you can edit the file 
using any text editor (notepad, notepad++, wordpad, etc). If by 'load' you 
actually mean to run the m file in octave then you would open octave, navigate 
to the directory the file is stored in using "cd path<enter>" then just type 
"cramer<enter>". Presuming there are no errors or unmet dependencies cramer 
will run the calculations you programmed.

William Krekeler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]