Statistics
RANK
14,286
of 295,467
REPUTATION
3
CONTRIBUTIONS
16 Questions
9 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
list handeling
I have a script that is asking me what files should it manipulate. the two categories of files are Hello1_14022011_1_XV_xl...
13 years ago | 1 answer | 0
1
answerQuestion
File names
I have a script that is asking me what files should it manipulate. the two categories of files are Hello1_14022011_1_XV_x...
13 years ago | 2 answers | 0
2
answersconcatenate cell
This is perfect but it puts me a '_' also at the end which i dont need maybe i could delete it with taking only out(1:end-1)?...
13 years ago | 0
Question
concatenate cell
i have a cell (symbol {} on the variable list) with a=('kkk', 'lll', 'xxx', 'jjj.xls') and i want to concatenate a so that i ...
13 years ago | 5 answers | 0
5
answersQuestion
Find
Dear Matlabians I have one string '14022010_003' and = another 13022010_001 14022010_003 15022010_005 i want to ...
13 years ago | 5 answers | 1
5
answersQuestion
Concatenate
Dear matlabians I have a cell variable z = (hello1 hello2 hello3) another cell variable y = (bye1 bye2 bye3) and a double x =...
13 years ago | 3 answers | 0
3
answersQuestion
File manipulation
Dear Matlabians I have done a script that takes csv and txt files manipulates them and produces a final xls with the data in ...
13 years ago | 3 answers | 1
3
answersreaaranging filesnames
Your way is the write way. But I can not get the write expression for the file name inside the regexprep function. But I could b...
13 years ago | 0
| accepted
Question
reaaranging filesnames
Dear Matlabians. I have build 2 scripts that are taking multiples xls files and and collecting data and make a final xls file...
13 years ago | 2 answers | 0
2
answersAdd a hyperlink in excell through matlab
I think i found a way a little more easy. Because there is already a function in excel for hyperlink, I did first: a list with...
13 years ago | 0
| accepted
Question
Add a hyperlink in excell through matlab
Dear Matlabians!!! I have build a script that adds a lot of data from multiple excels to one general excel. There is a huge amo...
13 years ago | 2 answers | 1
2
answersQuestion
take one number from a name
Hello people By using the dir command i get all the files i have in a directory The names of the files are something like ...
13 years ago | 1 answer | 0
1
answerQuestion
Using multiple files from folder
Hello I have a script that takes some xls files and rearrange them to put them into a new xls files. While also i have a fold...
13 years ago | 1 answer | 0
1
answerQuestion
Make a variable
I have to make a variable which has the sign %s as many times as the variable x is. This means if x = 15 then i need to make ...
13 years ago | 1 answer | 0
1
answerQuestion
read from a txt file
I have a txt file that looks like time1,system1,system2,system3 [sec],[m],[m],[m] 1 AM, 1,2,3 2 AM, 1,2,3 3 AM, 1...
13 years ago | 1 answer | 0
1
answerQuestion
Variable for range in xlswrite
I have define a variable which is beeing calculated automaticaly. This variable has been define a = [starcell ':', endcell...
13 years ago | 1 answer | 0
1
answerInclude data in excell
i found the answer I did a map of all the possible cells that can be found in excell thus i can directly related with it in m...
13 years ago | 0
Question
Include data in excell
Hi I have 3 cell data from matlab that have to be include in excel. Now the problem is that i want to include the 3 cell data ...
13 years ago | 2 answers | 0
2
answersMake a text matrix to one cell string
I make two separate strings of B2a = 'am' and B2b = 'old' and then with strcat i can B = strcat(B2a,{' '},B2b) B = "am ...
13 years ago | 0
| accepted
Question
Make a text matrix to one cell string
How to make a 5 column text matrix to one cell string. >>A 'A1' 'A2' 'A3' 'A4' i want to have A = 'A1 A2 A3' Than...
13 years ago | 1 answer | 0
1
answerSeparate numerical and txt string into two different strings
But now it gets more complecated I have a string A = xlsread('1.xls', 1, 'D12') A = 'Audi A4 Avant FTSI Flex Man 1984cc 1...
13 years ago | 0
Separate numerical and txt string into two different strings
It looks better but it stills give me ??? Error using ==> textscan First input must be of type double or string.
13 years ago | 0
| accepted
Question
Separate numerical and txt string into two different strings
Hello people I have a string M_b = '1000 km' and I want to separated to M_b1 = 1000 (a numerical string) and to M_b2 = km (a ...
13 years ago | 3 answers | 0