Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: G0Y <gbencedi@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: reading complex marix from file
Date: Fri, 14 Nov 2008 02:04:53 EST
Organization: The Math Forum
Lines: 20
Message-ID: <5212991.1226646349925.JavaMail.jakarta@nitrogen.mathforum.org>
References: <lK1Tk.7$V71.3@newsfe10.iad>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1226646349 17585 144.118.30.135 (14 Nov 2008 07:05:49 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Fri, 14 Nov 2008 07:05:49 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:500772


Actually the contets of my vector.txt file (one cloumns from the 1000):

 0.998697+0i 
 0+0i 
 0.0510287+0i 
 0+0i 
 0+0i 
 0+0i 
 0+0i 
 0+0i 

I would like to read in with fscanf or other way if it is possible.

>> fin = fopen('vector.txt', 'r');

>>> A = fscanf(fin,'I do not know this part...' ,[4,2]);


Message was edited by: G0Y