Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Octave notepad++ 1

Status
Not open for further replies.

Co

Mechanical
Joined
Dec 29, 2007
Messages
45
Location
CA
Hello.
I am new to Octave for windows. I would like to know how to run an m-file I write in the notepad++ gui.
Are there any tutorials available?
Thanks,
 
Save it in the working directory (use pwd to find out what it is and cd to change it like in unix) and then type the name at the octave commmand line. There is an IDE for Octave but it is in alpha and not really useable. I don't know of any tutorials, just read the help and steal matlab code!



Cheers

Greg Locock

SIG:Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
Thanks. Worked perfectly. I have another question. I tried the same procedure to run a C code I wrote but it doesn't seem to work. There must be another way for different types of code.
 
Thanks anyways
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top