Question


how to call path location in global to a function in matlab?
hi......i created two functions(add,sub).in sample.m file, i called this two function with below paths. path_01 = 'C:\U...

10 years ago | 3 answers | 0

3

answers

Question


how to use system() to cal external Winzip to matlab?
i have 250000 zip files.i need to unzip ..in matlab it takes more time to unzip. how to cal external program using system()??

10 years ago | 1 answer | 0

1

answer

Question


how to access a particular format files from a drive location?
hi.. In my D drive,many folders(app. 50 folders) are there.each having many formats of files.i need to access .zip files alo...

10 years ago | 2 answers | 0

2

answers

Question


how to make unzip faster in matlab?
i have 50000 .zip files..i need to unzip and process with the files inside those zip files. i coded to unzip in a loop.but its v...

10 years ago | 5 answers | 0

5

answers

Question


How to use xlswrite instead of fwrite ?
hi..below code is to fetch files and append in separate excel file..i done..but existing is getting saved from A1(first row)...

10 years ago | 2 answers | 0

2

answers

Question


how to save in specific row and column with this code in excel?
hi..below code is to fetch files and append in separate excel file..i done..but existing is getting saved from A1(first row),but...

10 years ago | 2 answers | 0

2

answers

Question


can use xlswrite in for loop without overwriting?
i need to write values of every iteration from loop and get saved in excel file one by one order..its like appending..is it poss...

10 years ago | 2 answers | 0

2

answers

Question


how to write cell values to a file from matlab?
hibelow here is to create header by feteching two files input.i got my output in 'out' variable.but i couldnt able to write i...

10 years ago | 1 answer | 0

1

answer

Question


how to save each iteration values without overwriting in a loop ?
hi, i spliting strings into cell array and storing of each value in each cell in MS excel is done..but while coming to do same...

10 years ago | 1 answer | 0

1

answer

Question


how to concatenate in matlab?
A=power; load ;density; b=_mean;_std;_max;_min; A is a set of string in .txt file 1 and B is a set of string in .tx...

10 years ago | 1 answer | 0

1

answer

Question


how to split the string to cells?
i have a text file contains following data, SAMPLE_20120807_1806 0 +1.122117E+1 +7.190077E+0 +1.460343E+1 ..i opened thi...

10 years ago | 1 answer | 0

1

answer

Question


How to concatenate in a loop?
A='firstname_01';'firstname_02';'firstname_03' B='lastname_01';'lastname_02';'lastname_03' A is a set of string in .txt file...

10 years ago | 2 answers | 0

2

answers

Question


how to delimit the file in matlab?
end hi ..I NEED to append the .run files to excel file.the data inside each .run file will be like below, ex: SAMPLE_2012...

10 years ago | 0 answers | 0

0

answers

Question


how to append .run files.?
i have 5000 .run files. i want to append all in a single file. whether append function is there in matlab r it can b done using...

10 years ago | 1 answer | 0

1

answer

Question


how to read data from multiple files and save in single file
i have 5000 text files each file having(1*50). i need to read those all files from top to bottom order and want to save them in ...

10 years ago | 4 answers | 1

4

answers

Question


how to put this conversion in for loop?
hi..below code is to convert .tim file to ascii file for one particular file.but i need to convert for 500 files(.tim). also i n...

10 years ago | 3 answers | 0

3

answers

Question


how to unzip files using loop?
i have 1000 .zip files in single folder. i need to unzip all these and store in new folder using loop statement r any in matlab...

10 years ago | 2 answers | 0

2

answers

Question


how to access a particular format file from a zip file with or without zipping in matlab?
i have 100 zip files..in each i have many files different extension .but i need to take all the .txt files alone from each zip f...

10 years ago | 5 answers | 1

5

answers

Question


how to read a .tim formated file in matlab
hi.. i have a .tim extension file.. i need to read that file using matlab..is it possible..? help me with this..pl...whether it...

10 years ago | 1 answer | 0

1

answer