Community Profile

photo

Alexandros


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 2 answers | 0

2

answers

Answered
concatenate cell
This is very helpul guys Thank you

12 years ago | 0

Answered
concatenate 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)?...

12 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 ...

12 years ago | 5 answers | 0

5

answers

Answered
Find
I have put strmatch and it works perfectly

12 years ago | 0

Question


Find
Dear Matlabians I have one string '14022010_003' and = another 13022010_001 14022010_003 15022010_005 i want to ...

12 years ago | 5 answers | 1

5

answers

Question


Concatenate
Dear matlabians I have a cell variable z = (hello1 hello2 hello3) another cell variable y = (bye1 bye2 bye3) and a double x =...

12 years ago | 3 answers | 0

3

answers

Question


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 ...

12 years ago | 3 answers | 1

3

answers

Answered
reaaranging 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...

12 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...

12 years ago | 2 answers | 0

2

answers

Answered
Add 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...

12 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...

12 years ago | 2 answers | 1

2

answers

Question


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 ...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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 ...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


Variable for range in xlswrite
I have define a variable which is beeing calculated automaticaly. This variable has been define a = [starcell ':', endcell...

12 years ago | 1 answer | 0

1

answer

Answered
Include 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...

12 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 ...

12 years ago | 2 answers | 0

2

answers

Answered
Make 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 ...

12 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...

12 years ago | 1 answer | 0

1

answer

Answered
Separate 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...

12 years ago | 0

Answered
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.

12 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 ...

12 years ago | 3 answers | 0

3

answers