photo

Alexandros


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
concatenate cell
This is very helpul guys Thank you

12 years 前 | 0

已回答
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 前 | 0

提问


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 前 | 5 个回答 | 0

5

个回答

已回答
Find
I have put strmatch and it works perfectly

12 years 前 | 0

提问


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

12 years 前 | 5 个回答 | 1

5

个回答

提问


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 前 | 3 个回答 | 0

3

个回答

提问


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 前 | 3 个回答 | 1

3

个回答

已回答
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 前 | 0

| 已接受

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 0

| 已接受

提问


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 前 | 2 个回答 | 1

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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...

13 years 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 ...

13 years 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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...

13 years 前 | 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 前 | 0

| 已接受

提问


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 前 | 3 个回答 | 0

3

个回答