Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to load 500 data files generated in FDTD and run a program for them in Matlab?

Status
Not open for further replies.

Tato78

Newbie level 4
Joined
Oct 7, 2008
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,316
Hi Everyone!!!

I have a quesiton and request related to loading and running files in Matlab.
I have 500 data files generated in FDTD.

I would like to load all these datas in Matlab and run a program,
already written in Matlab, for each of these 500 datas. How can I do it
to avoid time-consuming process?

Could you please help me.
Thank you very much!!!
 

Re: Request about Matlab

How Big is each file...?
I mean the size of each file... If the run time data obtained from the file is large
then memory will be overrun if you try to process them parallely...
 

Re: Request about Matlab

Hi,
Thanks for comment.

The size of each file is 500kb. Not big.

What I want is just to load all these 500 dat. files
in Matlab and run the already written program in Matlab.
Programm will do the same process
for each file. The output will be 500 new dat. files.

What is the best way to do this process in Matlab?

Thank you very much!!!
 

Re: Request about Matlab

I'm not sure if there is any way to process data parallely in matlab. Even if you do so it would take the same amount of time it took to do the process one by one.
You could only increase the computational efficiency of your code to decrease the computation time...
 

Re: Request about Matlab

write a function for read and process, and call it 500 times
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top