help-octave
[Top][All Lists]
Advanced

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

Re: How to read a matrix from a file?


From: Muthiah Annamalai
Subject: Re: How to read a matrix from a file?
Date: Tue, 10 Oct 2006 12:21:34 -0500

> From: "Masatran, R. Deepak" <address@hidden>
>How can I read this file without using low-level functions like
>"fscanf"?

Easiest way to do is to 

load file_name;#loads the variable as the name of file.

see 'help load' for more.
-Muthu






reply via email to

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