Thread Closed

Generating data file in matlab

 
Share Thread
Aug27-07, 08:46 AM   #1
 

Generating data file in matlab


1. The problem statement, all variables and given/known data

I have a retake in matlab and in my briefing they said i will have to generate a data file and analyse it.Can someone please tell me what a data file is and how you generate it.
I have used the help function in matlab but did not find it very useful .
Thanks in advance.

2. Relevant equations



3. The attempt at a solution
Used help function but not useful.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Aug27-07, 02:58 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Your question is so hopelessly vague that no one here will be able to help you with it. MATLAB includes many functions that can be used to generate data sets, but you've given us absolutely no information on the kind of data you want. It also includes functions which can be used to write arrays out to files on the disk.

- Warren
Aug29-07, 05:50 AM   #3
 
Sorry didn't know there were many different kinds of datafiles.I dont really know the type of datafile his gonna give so i thought there should be some kind of general method.But from the last coursework i was given he asked for an ascii datafile.
Aug29-07, 01:57 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Generating data file in matlab


Is the data supposed to be a sound, or a picture, or a one-dimensional random signal? What's the distribution supposed to look like? What's the meaning of the data? Is it supposed to be one column in a text file or twelve? One point or ten billion points? Floating-point or fixed-point or integers?

You've given us no information at all about how to help you. It's as if you went into a library and told the librarian you were looking for "a book."

- Warren
Sep4-07, 02:34 AM   #5
 
Blog Entries: 2
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
As chroot has mentioned, it would be helpful if you described an example.

A data file , as you have described it, is information that can be 'used by' (input) or 'generated by' (output) a computer program.

Since you want to generate a data file, you are interested in input/output syntax. That's true for any computer language, however for matlab it may begin with something like ---> FID_out=fopen('test_io.dat",'w');
Here's tutorial that illustrates this concept.
Thread Closed

Similar discussions for: Generating data file in matlab
Thread Forum Replies
MATLAB : how to get the data from a .fig file ??? Math & Science Software 2
Matlab file saving. Math & Science Software 3
Help Scanning File Data In C! Engineering, Comp Sci, & Technology Homework 1
MATLAB: Using WavWrite to Create a Single Audio File Math & Science Software 3
Find fourier coefficients from .wav file (Matlab?) Math & Science Software 0