photo

Alexandros


Last seen: 3ヶ月 前 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...

約13年 前 | 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...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
concatenate cell
This is very helpul guys Thank you

約13年 前 | 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)?...

約13年 前 | 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 ...

約13年 前 | 5 件の回答 | 0

5

回答

回答済み
Find
I have put strmatch and it works perfectly

約13年 前 | 0

質問


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

約13年 前 | 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 =...

約13年 前 | 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 ...

約13年 前 | 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...

約13年 前 | 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...

約13年 前 | 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...

約13年 前 | 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...

約13年 前 | 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 ...

約13年 前 | 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...

約13年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 3 件の回答 | 0

3

回答