files Definition and 291 Threads
-
Mathematica Import multiple files into Mathematica
Hi, I'm trying to import multiple files into Mathematica. Each file is a 2d matrix and I would like to import multiple files into a nested list. So far I have something that only allows me to load a single file. In:= SetDirectory["/directory"]; In:= filenames = FileNames[] Out:=...- ChristinaJ
- Thread
- files Mathematica Multiple
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C/C++ C++ header files with and without h extension
c++ header files with and without "h" extension hi fine people,:wink: i have seen some people use header files with ".h" extension and some without it. what is reason? i think there are some header files where you are required to use ".h" such as "#include <windows.h>. you can not use...- PainterGuy
- Thread
- C++ Extension files
- Replies: 7
- Forum: Programming and Computer Science
-
S
How to save *.wav files from pirsa.org ?
If there is a way to save a copy of the streamed *wav files of lectures in pirsa.org, it would useful to explain how to do it in the thread about that site in the learning materials section. I'd particularly like to know how to save them from a Linux computer. Edit: In my browser the option...- Stephen Tashi
- Thread
- files
- Replies: 1
- Forum: Computing and Technology
-
E
LaTeX Efficiently Including PS and JPG Files in Latex: A How-To Guide
Hi everyone, I was wondering if someone could clarify how to put both .ps and .jpg files in the same latex file. At the minute I'm having to convert all my .jpgs to .ps using photoshop then compiling my latex file by going Latex->PS->PDF. However all my converted jpgs look all pixelated...- ed2288
- Thread
- files Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
T
Encrypting & Decrypting Text Files with a Key
Hey guys how r u .. :) I hope u all r happy. I have an assignment to write a program to encrypt and decrypt a txt file using a key that I will choose here is the problem Consider the problem of encrypting a sequence of characters {A0, A1, A2, .. Ai….An-1} into another sequence {B0, B1...- the_storm
- Thread
- files Text
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
B
Question open ansys files from a newer version.
Hello, I have a quick question. I created some models on Ansys Workbench 13, but when I tried to open them in Ansys Workbench 12.1, I couldn't. It said that I cannot open a file created in a newer version! Is there a way to save it in a different format in Ansys 13 , so it'd work in Ansys...- beho86
- Thread
- Ansys files
- Replies: 17
- Forum: Mechanical Engineering
-
N
Mathematica Mathematica: how to read files?
reading data from txt files there are two .txt files. One is map.txt, another is event.txt. map looks like below: dfafdafskdjf:{{0.837711763427 -0.8359730469 2.4152891949e-04 0.000360245716236} {0.831761777387 -0.8240730748 2.4446745066e-04 0.000359914513716} {0.819861805217 -0.8062231165...- nenyan
- Thread
- files Mathematica
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Boundary Element Method Output Files Conversion
Hi there, I have completed my analysis in BEM. The results gives me velocity potential in form of 37954305E-04 +1.58625295E-06 +2.10275811E-07 +... I have real scattering values, imaginary and absolute scattering values in this form. I am new to the method and from a different...- altgenn
- Thread
- Boundary Element files Method Output
- Replies: 2
- Forum: Mechanical Engineering
-
M
Mathematica Mathematica - help with a loop that would number the output files
Hello. I have a question about Mathematica. I have a series of files named P1.txt, P2.txt, etc. Each file contains 200 pairs of coordinates [x,y]. I want to write a loop that would import each of these files in turn, process them with NSolve, and then export the output files as Q1.txt...- MartinV
- Thread
- files Loop Mathematica Output
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
T
A new computer virus attacks a folder consisting of 200 files
Question: A new computer virus attacks a folder consisting of 200 files. Each file gets damaged with probability 0.2 independently of other files. Using Normal approximation of binomial distribution, find the probability that fewer than 50 files get damaged. Solution: Here n=200, p =0.2...- TomJerry
- Thread
- Computer files Virus
- Replies: 3
- Forum: Set Theory, Logic, Probability, Statistics
-
L
C/C++ How do you superimpose graphs from different root files in C++/root
Hi, ive created several graphs in different emacs files. I now want to superimpose them using code in a different emacs file. This is what i have done: //get the input files TFile * inputfile = new TFile("p60.root","READ"); TFile * inputfile2 = new TFile("p20.root","READ")...- lavster
- Thread
- files Graphs Root
- Replies: 1
- Forum: Programming and Computer Science
-
C
EEGLAB Troubleshooting: Biopac Files to EEGLAB
Hello, I am trying to do some EEG analyses and I am having trouble converting biopac files (.acq) to an acceptable file type for EEGLAB. I tried converting to both MATLAB (.mat) files and text (.txt) files but neither have worked. It seems like EEGLAB is primarily for Neuroscan, but I do not...- cogneurodude
- Thread
- files Troubleshooting
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
Openning new files and write data into them
Hi, I am trying to write a loop to open four main-data-files. At each open of main-data-file, I want the loop to open another four sub-files and split the data from mail-data-file according to the creteria and dump into the four files. And the process goes on. That means I will have total of...- vjramana
- Thread
- Data files
- Replies: 3
- Forum: Programming and Computer Science
-
A
How to plot and save many data files in GNUPLOT, inside a loop in a SHELL SCRIPT
Hi all I badly need some help... I plot a file output1.txt in the following way :: gnuplot> plot "output1.txt" using 1:2 with lines, \ plot "output1.txt" using 1:3 with lines BUT now I have many data files, output1.txt, output2.txt, output3.txt, ...,... ,output1000.txt I need to...- alice06
- Thread
- Data files Gnuplot Loop Plot Shell
- Replies: 1
- Forum: Programming and Computer Science
-
J
Files: Header, Implementation, Test
Hey all! I've been reading through my book trying to figure all this out for my Data Structures class and I'm typing this out while I take a break from reading the book. I'm looking over the examples from class and my teacher has header, implementation and test files. There is no input...- Jammin_James
- Thread
- files Test
- Replies: 2
- Forum: Programming and Computer Science
-
J
How to write multiple .tsv files
Hi, guys, I have to read from a big txt file into multiple small .tsv files. But I was blocked at the file name. Since according to the definition of ofstream, the filename is constant char *, then is no way to modify the filename, which results in unable to write multiple files...- junhui.liao
- Thread
- files Multiple
- Replies: 1
- Forum: Programming and Computer Science
-
R
GPS - Doubt regarding RMC speed value in NMEA files
I am afraid that this is either too specific and\or that this is in the wrong forum (if the latter is the case, if moderators could change this, I'd appreciate :). I'm trying to do an application that uses the GPS data that comes from NMEA files. On a particular sentence (RMC) there is a value...- Roughmar
- Thread
- Doubt files Gps Speed Value
- Replies: 3
- Forum: Astronomy and Astrophysics
-
K
Photometric data from SDSS fits files
I have fits files from the Sloan Digital Sky Survey (SDSS) and I have been able to make plots of the spectral data in the spSpec files. I would like to make similar plots for comparison using the photometric(ugriz) data but I'm not sure where to find it. I believe it should be somewhere in the...- kris2010
- Thread
- Data files
- Replies: 1
- Forum: Astronomy and Astrophysics
-
M
Generating orbital files with TURBOMOLE
Hi, This question might be a little too specific, but does anyone know how (or where I might find literature) to generate basis set files used by the program TURBOMOLE. I am attempting to fit simple gaussian orbitals to dummy atoms but no luck so far. Thanks- Morberticus
- Thread
- files Orbital
- Replies: 5
- Forum: Atomic and Condensed Matter
-
P
Archives/Extracted Files Question
So my hard drive is filling up and I need to make room, and the first thing that came to mind was to delete the old archives (.rar files) from my "downloads" folder. I've already extracted everything I need from them and saved it in a different place. My question is will deleting the original...- pzona
- Thread
- files
- Replies: 2
- Forum: Computing and Technology
-
E
Calculators Transfer Excel Files to TI-89 Calculator
I have been looking around for some information about placing a microsoft excel file onto my TI-89 (The non titanium model). Has any done this before? Thanks- electrical_ck
- Thread
- Excel files Ti-89
- Replies: 2
- Forum: Computing and Technology
-
M
Transferring Files Securely with SFTP & PuTTy
Hi guys, recently a server that I have data on inverted its firewall and turned on normal FTP, only allowing SFTP. Typically I log into the server cluster (linux) via PuTTy and SCP the files onto that server (windows). I then just open up windows explorer oin my local machine (windows) and...- minger
- Thread
- files Transferring
- Replies: 3
- Forum: Computing and Technology
-
N
Understanding Imm Files: Time Stamp Header and Accessing Information
Hi Guys!, I have heard that imm files are image files and that each such file is preceded by a time stamp header file of 1024 kB (kilobytes), is this always the case? Also what is this time stamp ( or just header) file ? What information does it include about the corresponding image file and...- nuwan78
- Thread
- files
- Replies: 4
- Forum: Electrical Engineering
-
A
What are the 'dict-cache' files?
when I'm using internet by my USB modem , I saw that lot of files downloaded automatically.. At that time all the automatic updatings (Windows, Antivirus) were OFF. I'm paying my internet bill depending on the capacity I download and upload... so this unidentified files were real problem to...- Asok
- Thread
- files
- Replies: 2
- Forum: Computing and Technology
-
L
Troubleshooting Opening and Reading Files in C
how do i open a file cargo.dat text file on C? i have all the proper coding, but when i compile and run it it tells me that it couldn't open the file. why? how do i put it in the same directory? I am using visual studios 2008 thanks! #include <stdio.h> #include <stdlib.h> #define...- Luongo
- Thread
- Data files
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help
-
M
Organising .pdf files for ease of access.
Hello I am trying to sort the numerous PDF files I have in a folder, not written by me, and mostly journal articles that I have downloaded. I am having two problems with this: 1. Windows (7) does not allow me to add "author" or "year" properties to these files, although I have placed them in a...- mikeph
- Thread
- files
- Replies: 4
- Forum: Computing and Technology
-
J
MATLAB Matlab - writing data to .xy files
for a project i have to open, edit and save a varying amount of files. I use a MATLAB code for this. It works fine and imports all the .sp files in the directory with the fopen() command. The only problem i still have is that i also want to change the extension of the files. Right now i use...- JeroenS
- Thread
- Data files Matlab Writing
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
Fortran FORTRAN, open several files and read it
Hi pals I'm using fortran program to open several files like iso1.dat,iso2.dat... iso9.dat withis this files are number that I can read with my program, but I don't know how can I open the files above and then read it this is my simple code implicit real*8(a-h,o-z)...- vikincarioca
- Thread
- files Fortran
- Replies: 20
- Forum: Programming and Computer Science
-
M
Problem loading large files (IOSTAT=100)
Hi. I am having problem loading large data files. The files consist of values defined as (with a extra space at the end of each line): +1.326000e-005 -1.159306e+000 -1.171263e+000 +1.327000e-005 -1.159202e+000 -1.173770e+000 +1.328000e-005 -1.159563e+000 -1.175345e+000 The problem is...- mrz1982
- Thread
- files
- Replies: 1
- Forum: Programming and Computer Science
-
M
Multiple FLV video files with single player
Hi, Here is code that can play a single FLV file: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=7,0,0,0" type="application/x-shockwave-flash" width="100%" height="570" align=middle /> <param...- Mike Phan
- Thread
- files Multiple Video
- Replies: 1
- Forum: Programming and Computer Science
-
J
Transfering files from slave HD
I recently got a new computer with Windows Vista on it. I got rid of my old computer that had Windows XP, but kept the old HD (MAXTOR 5T030H3) as it has some important files on it. I was hoping I could install the old HD into the new computer and burn the files to a dvd or something, but for...- JG89
- Thread
- files
- Replies: 3
- Forum: Computing and Technology
-
PC Users What do you use to create FREE PDF files?
How can I create a PDF file w/out buying anything? Why does adobe try to swindle you into buying something? It's cake on my Mac, but on my PC not so much. So what do you guys use? Thanks, Casey- Saladsamurai
- Thread
- files pc Pdf
- Replies: 24
- Forum: Computing and Technology
-
C
MATLAB Matlab problen with reading from files -
Hi, I have a formatted data file (obtained from fortran) which has 1 column and 24000 rows. The values are like -0.8736252526127E-9 -0.1928287267367E-11 0.28373737626278E-12 etc etc. I have tried to read these data in MATLAB using the following command : fid=fopen('filename')...- confi999
- Thread
- files Matlab Reading
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Fortran Passing variables between subroutines in different files using Fortran
Good day, I'm modifying a Monte Carlo program (MCCCS Towhee) using Fortran and am having trouble passing an argument (a 2x1 array) from a subroutine withing one file (the existing main loop that 'drives' the code) to another subroutine written in another file (an energy calculation, also part...- SheldonM
- Thread
- files Fortran Variables
- Replies: 3
- Forum: Programming and Computer Science
-
E
Download very large files from the Internet
I sometimes have to download very large files from the Internet my company network speed is not too fast to finish downloading them within one or two hours. As a subcomputer, everything in my computer once stored on desktop will be deleted after reboot. I am thinking if there is a way to...- exportedhuman
- Thread
- files Internet
- Replies: 2
- Forum: Computing and Technology
-
New Nixon Tapes and Files Released
http://thecaucus.blogs.nytimes.com/2009/06/23/new-nixon-tapes-and-files-released/?hp http://www.cbsnews.com/stories/2009/06/23/eveningnews/main5107797.shtml- Ivan Seeking
- Thread
- files
- Replies: 7
- Forum: General Discussion
-
H
MATLAB MATLAB: Average a large number of matricies from .mat files
I have a series of large 2x2 matricies, each of which is stored inside a .mat file. These files have the names data1.mat, data2.mat, data3.mat,..., data60.mat. I have sucessfully loaded each of these .mat files. I want to create a 1x60 array whose entires are the average values of the...- Hoplite
- Thread
- Average files Matlab Matricies
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
Fortran Reading MS Excel Files in FORTRAN 77
Dear Members, How can I read an MS Excel created csv or tab delimited file in FORTRAN 77? The two tab delimited and csv files are attached. Thank you, Ekin- ekinakoglu
- Thread
- Excel files Fortran Reading
- Replies: 9
- Forum: Programming and Computer Science
-
A
Pro Engineer Files: Find Complex CAD Models for Mechanical Engineering
Hey there, I'm a mechanical engineering student and right now we have CAD lessons. We use Pro Engineer Wildfire (some student edition) and I'd love to see a quite complex model of something. Could anyone send me a CAD file of an plane or a wing or something alike? Thanks in advance.- aeroplant
- Thread
- Engineer files
- Replies: 13
- Forum: Mechanical Engineering
-
D
What is the content of an exported STL file from Pro-E or Solidworks?
Whe you export a stl file from Pro-E or solidworks, wat does the file contain? x,y cordinates of vertices etc or what?- dooleygav
- Thread
- files Format
- Replies: 3
- Forum: Mechanical Engineering
-
M
Fortran FORTRAN Open Arbitrary number of files in Do Loop
I have a quick question that I've always wondered exactly how to do but never needed to. Well of course now I do. I have a DO loop that loops an arbitrary number of times. I would like to open a file each time it comes around, using the DO loop iterator as part of the filename. Ideally, it would...- minger
- Thread
- files Fortran Loop
- Replies: 8
- Forum: Programming and Computer Science
-
V
Free Video File Converter - Convert MOD to WMP
Are there any truly free video files converter out there? I have seen many that give you a trial version but for the full version you must pay. I am trying to convert MOD files from my camcorder to something I can watch on WMP.- vibjwb
- Thread
- Converter files Video
- Replies: 8
- Forum: Computing and Technology
-
M
Fortran Loading 2D array files to Fortran variables
Hi, I have created data files by compiling and running a c++ code. Now I need to open and store the contents of these files in Fortran 77 variables. But I am not able to do this. The read command does not return the values stored in the file. The files are having some 2003 lines and 53...- mrz1982
- Thread
- 2d Array files Fortran Variables
- Replies: 12
- Forum: Programming and Computer Science
-
0
C/C++ How can I open and read input files in Xcode for my C++ command line utility?
I am in a C++ class, programming a command line utility, and I can't figure out how to open and read from an input file in xcode. any help?- 00PS
- Thread
- files Input
- Replies: 12
- Forum: Programming and Computer Science
-
A
Are Nested Header Files Possible in C?
I was wondering if nested header files are achievable in C? I tried placing #include "header.h" inside a header file but I don't think it worked. thanks.- aostraff
- Thread
- files
- Replies: 2
- Forum: Programming and Computer Science
-
F
C/C++ .C files in VC++ 2008 Express Edition
Is there anyway to open a <name>.c file and compile/run it in VC++ 2008 EE without any extra steps? After messing around with it, it seems I have to first make a Win32 console application, rename all my files from .cpp to .c, and then change the file to compile as c. I know I could do this...- Firestrider
- Thread
- files
- Replies: 13
- Forum: Programming and Computer Science
-
S
Fortran 90 (need to read in binary data files into arrays)
Hello, I am currently doing a 3rd year undergrad project on forward radio meteor scatter the problem involves the following: I have over 80Gbs worth of 10 second data blocks of recorded radio input. They are stored as date stamped .bin files in binary format, each of order 1700kb or...- sparkstermaes
- Thread
- Arrays Binary Data files Fortran
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
CFD Result Files - Convert plot3d(fast) > cgns
Hello. I have a small problem. I have a CFD run going on our universities cluster. For those runs, I use a fully structured code that uses plot3d formatted files. Rather than have to go in there and look at them, I would like to look at them here at work, where we use CFX. In short, is there...- minger
- Thread
- Cfd Convert files
- Replies: 0
- Forum: Mechanical Engineering
-
C
Can You Organize Files with Tags and Metadata?
I was wondering if there was any good software 'out there' for organizing files with some kind of tags or metadata. For example, a file might be tagged "additive number theory" and "combinatorics" and might have a title, author, and year as metadata. Ideally all could be searched and a list of...- CRGreathouse
- Thread
- files Sorting
- Replies: 2
- Forum: Computing and Technology
-
L
MP3 Video Files Freeze Up In Windows Movie Maker
Is there any way to fix this? I tried converting the mp3 files to wmv files last night, but it reduces the picture quality by a lot so the picture quality looks all fuzzy. Is there any other free video editing software out there that supports mp3 video files?- LightbulbSun
- Thread
- files Movie Video Windows
- Replies: 3
- Forum: Computing and Technology