[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......
- Loading Datas, Oscar Bayona Candel, 2007/09/12
- Re: Loading Datas,
Antonio Palestrini <=