help-octave
[Top][All Lists]
Advanced

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

Re: Loading .m file


From: Marco atzeri
Subject: Re: Loading .m file
Date: Tue, 09 Aug 2011 14:08:47 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0

On 8/9/2011 1:25 PM, pavan padmashali wrote:
Hi!
i'm a beginner in Octave.

I want to run .m file in Octave on windows. Current directory
:C:\Octave\3.2.4_gcc-4.4.0\bin

I saved the code :
clear;
a=10;
b=20;
c=a+b

in runm.m file and saved it in the current directory.

when i try to run the file by >:runm

see

help source

Regards


reply via email to

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