Skip to main content

Questions tagged [file-transfer]

0 votes
0 answers
128 views

I am trying to save my Mathematica home works (exercises which I have to attempt on the same provided notebook as provided by the teacher) into a full PDF file. The file contains about 100 pdf pages ...
Jpmg's user avatar
  • 151
0 votes
1 answer
94 views

I have a network drive mapped on my Windows machine. I need to read data from the network that is nested in a few directories below the root. Example is "G:/Data/folder01/data/date_name/values....
jpskin's user avatar
  • 21
6 votes
2 answers
534 views

Is there any option to directly import to a Windows-driven Mathematica kernel a file from a remote server without copying it on hard drive? Right now I'm using ...
Lechuu's user avatar
  • 574
2 votes
0 answers
93 views

Mathematica supports using the MOSEK solver for semidefinite programs now. I have some code that generates the conditions for some SDP problem, which I want to solve using MOSEK. Problem is that it ...
user1792605's user avatar
4 votes
0 answers
78 views

I am trying to run code on a Lightweight Grid using ParallelDo. I have ~300 jobs that each take ~20 minutes to run and produce ~8 MB of data, and I am using a ...
book_kees's user avatar
  • 275
2 votes
0 answers
77 views

I have 100 folders each with 1 million images, is there any (efficient) Mathematica command to flatten them into a single folder with 100 million files? Iterating and doing CopyFile and DeleteFile ...
M.R.'s user avatar
  • 31.9k
2 votes
1 answer
410 views

I know that one can archive data with Mathematica using: CreateArchive[source,path] I have a lot of folders (folder1, folder2,folder2 etc.) that I would like to ...
james's user avatar
  • 3,103
0 votes
0 answers
78 views

How to save all the variable with a filename containing the Timestamp. For example: If the current time is 2:30:56 PM, The file name should be ...
kosa's user avatar
  • 495
0 votes
2 answers
93 views

I've the following code: Import["test.txt"] And it gives me: 1,10 2,20 3,30 4,40 5,50 6,60 7,70 8,80 9,90 10,100 11,110 12,120 13,130 14,140 15,...
Looper's user avatar
  • 287
0 votes
1 answer
68 views

I've the following code: Import["hoi1.txt"] And it gives me: "(time,voltage,current,power) (1,10,5,10*5) (2,20,6,20*6) (3,30,7,30*7) (4,40,8,40*8) (5,...
Looper's user avatar
  • 287
3 votes
1 answer
313 views

I need to access a bucket to put and get a few files, is there any nice way to do this in Mathematica?
M.R.'s user avatar
  • 31.9k
0 votes
2 answers
2k views

I have a list of numbers: e.g. list={1,2,3,4,5} To write the list to a file I use (here each integer number occupies 7 spaces): ...
mrz's user avatar
  • 11.8k
8 votes
1 answer
9k views

I know that new line is classically made by "\n". I want to make a string with lines of data and then export it into a file: ...
Aug's user avatar
  • 385
1 vote
1 answer
349 views

I need to rename a list of files .bmp having name like 1.bmp, 2.bmp,...,155.bmp. I want to get a list of files having the same number of digits in name like 001.bmp,002.bmp....,155.bmp. I am trying ...
BetterEnglish's user avatar
2 votes
1 answer
212 views

I have a custom style called style1.nb and I want to install it into a notebook Class01.nb so I can send only the notebook file to my students with the style of style1.nb. Is that possible?
Gonzalo's user avatar
  • 153

15 30 50 per page