help-octave
[Top][All Lists]
Advanced

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

Re: Loading Datas


From: Antonio Palestrini
Subject: Re: Loading Datas
Date: Thu, 13 Sep 2007 01:19:10 +0200

try writing
--------------------------
load Data.txt

A+B
--------------------------
in a file and call it "Carcar.m" (don't write "function"
at the beginning of the file). Note also the lower case for the "load" function.

ciao
antonio

>I want to for example create a file that sums to matrix A+B

>but I want to load A and B for a external file also in the directory of Osctave.

>So you know

>%%%%%%%%%%%%%%%%%%

>function Cargar

>Load Data.txt

>A+B

>%%%%%%%%%%%%%

>Data.txt only cointain the matrix A and B

>But it always says it canĀ“t find Data.txt......


reply via email to

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