提问


SIMILAR COMMANDS FOR CREATING .TXT FILES
What modifications should I do in order to create a final .txt file. I know these commands in order to create a .csv file but I...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Merge multiple .txt files
I would like to merge multiple .txt files, and create ONE .txt file with the conte of all .txt files. How could I do that?

4 years 前 | 0 个回答 | 0

0

个回答

提问


Create results .txt files with loop
I am making calculations by reading a .txt file. "data1.txt" data1.txt has this format: 5 10 I am reading the first line of...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Multiple outputs by a loop
Hello, I have a question. I would like to create multiple files(outputs) by a loop. File parameters.txt has two lines. I would l...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Problem with .executable program
Hello, I have a problem with a code. I create an .exe file, that cames from a matlab code. I used the command: clc clear m...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Problem with creating an .executable program
Hello, I have a problem. I am creating an .exe file from a code in matlab. clc clear mcc -m file.m and as a result it is cr...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to run an .exe file by one command?
Hello, I have a question about a code. I would like to ask a question. I would like to run an .exe file via matlab. My .exe fi...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
How to convert a .m file to an .exe
Actually, I have tried these code and it works: clc clear mcc -m file.m

5 years 前 | 0

提问


How to convert a .m file to an .exe
Hello, I would like to ask something. How could I convert a matlab code (.m file) to an executable file (I mean to an .exe file...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Problem with creating a new .txt file.
Hello I have a problem with a code. Well, I would like to add to a specific line of a file one more number. The thrid line has...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to change a specific column to a .txt file by importing another txt file?
Hello, I have a question about a code. I have two .txt files (I am importing them in order to understand what the format is). ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to change a specific column to a .txt file by importing data from another .txt file.?
Hello, I have a question about a code. I have two .txt files (I am importing them in order to understand what the format is). ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to delete the first 2 rows (Headers) of a txt file ?
Hello, How to delete the first two rows , which are Headers , in a .txt file? I use these command to read it file=regexp(filer...

5 years 前 | 3 个回答 | 0

3

个回答

提问


How to change a specific column to a .txt file by importing another txt file.?
Hello, I have a question about a code. I have two .txt files (I am importing them in order to understand what the format is). ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to write a .csv file from a 1x2 cell?
Hello, In my code I have MI={a b}, where a, b are numbers calculated by equations. MI is 1x2 cell. I would like to write MI to ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO MERGE MANY .TXT FILES WITH A LOOP?
Hello, I have a question? How could I merge many txt files in one file with a loop? For example I have File1, File2, File3.txt...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to read line by line a cell file (3x1) using a loop?
Hello, I have a .txt file. I use the command regexp(fileread('file1.txt'), '\r?\n', 'split') .'; in order to open it. This f...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Reading and Replace lines in input data for many lines
Hello, I have a problem with a code. Imagine that I have File3.txt, File2.txt and one .exe file (lets call it my.exe). File3....

5 years 前 | 1 个回答 | 0

1

个回答

提问


Reading .txt files and replace lines from one file to another
Hello, I have a problem with a code. First of all I have two .txt files, file1.txt and file2.txt. my problem is how to replace ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Reading .txt files and replace numbers from one file to another
Hello, I have a problem with a code. First of all I have two .txt files, file1.txt and file2.txt. File1 has 2 columns with 3 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to change a line in .txt file by importing a name, from a loop
Hello, I have a problem with a code. I would like to change a line in a .txt file . I would like the content of this line to be...

5 years 前 | 3 个回答 | 0

3

个回答

提问


How to change file extension via matlab?
Hello, I have a question. I would like to change the extension of several files. I mean that in one directory a I have many fil...

5 years 前 | 3 个回答 | 0

3

个回答

提问


Running via matlab command an .exe file and putting direct the input in cmd
Hello, I have a question about a code. First of all, I would like to execute an .exe file via matlab command. I am using the ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to change a specific line in a specific text file via matlab?
Hello, I have a problem with a code. Firts of all I am using command readfile in order to read my file. As a result its is sho...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Open and run a .m in matlab into an another .m file
Hello, I have a quastion about a code I am creating. I have a code in a .m file, let's name it as "first.m". But in the "first....

5 years 前 | 1 个回答 | 1

1

个回答

提问


How to read .params file via matlab?
Hello, Does anybody knows how to read a .params file via matlab? I have tried command fopen but it's no use? Thank you

5 years 前 | 1 个回答 | 0

1

个回答

提问


Standard deviation, Mean values for each class
Hello, I have a problem with a code. First of all I have a .csv file with 2 columns, as I show you in the Image. in the first c...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Running an .EXE file with an Input file with a command via matlab
Hello, I have a code problem. The purpose is to run an .exe file via command. I have find the command which is system('file.ex...

5 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO LOAD A .KMZ FILE TO A CONTOUR MAP IN MATLAB ?
Hello, I have a question. I have a matlab code which creates contour maps. I would like to ask how can I add/import a .KMZ file...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to save automatic images/plots in High definition via a command
Hello, I would like to ask which command should I use in order to save automatic images/plots in High definition via a command ...

5 years 前 | 1 个回答 | 0

1

个回答

加载更多