photo

Alexandros


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
concatenate cell
This is very helpul guys Thank you

oltre 12 anni fa | 0

Risposto
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)?...

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 5 risposte | 0

5

risposte

Risposto
Find
I have put strmatch and it works perfectly

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 5 risposte | 1

5

risposte

Domanda


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

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 12 anni fa | 3 risposte | 1

3

risposte

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

oltre 12 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte

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

oltre 12 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 2 risposte | 1

2

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

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

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte

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

oltre 12 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

| accettato

Domanda


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

oltre 12 anni fa | 3 risposte | 0

3

risposte