Frage


How do I skip an error in a loop?
I have a for loop that opens and checks excel files, however it has been returning errors of such Error using Interface....

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Find string ends with xls or xlsx
I have a char array of strings (each string is a file name) and I would like to find out the strings that ends with xls or xlsx....

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


why is "~$" appearing in front of my excel file names?
Earlier I used dir command to find all the excel files that I have, but for some of the file names (not all) it returns file nam...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


convert string to cell array
I have a for loop that gives results that are constantly updating x= 'A' x= 'B' x= 'C' But I would like to conver...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Add y grid only to plot
I would like to add solid y grid lines to my plot according to the y tick in gca. so I tried: ax = gca; ax.YGrid = 'o...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


tick rotation in old version of matlab
I am trying to rotation the x-axis tick labels in my plot, but most of the answers suggest ax.XTickLabelRotation which i...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Filter excel files by sheetnames
Hi, I am trying to filter out excel files by checking whether it has a sheet named "Cooking_is_fun" within the excel. This i...

fast 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Create plot from large data in excel
I have a very large excel spreadsheet that needs to be coded and plotted in matlab, so before I am able to attempt that, I want ...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Copy graphs from Excel to GUI
My task involves to copy an excel plot from say... worksheet3 named "X_Plot" of an excel file (D:\Files\Excel Plots.xlsx) direct...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extract numbers from a cell array of strings
I have the following cell array: s = 'HI_B2_ *TTT4009*_D452_07052016.xlsx' 'HI_H2G_ *TTT4002*_D259_070516.xlsx' ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sort Excel files by file content?
Hi all, my new challenge with matlab involves filtering files with very inconsistent names. For example, s = ...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


regexp to filter file names
I have files such as the following: s = 'HI_B2_TTTT9_Default452_07052016.xlsx' 'HI_H2G_TTTT7_Def...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Open Files by File Name Patterns
I am looking for the best Syntax to recognize patterns in file names and open the desired files/filter out unwanted files. Fo...

fast 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to use dir in subfolders?
I am trying to search for all the xlsx files inside a folder that have many subfolders to search from. I realize matlab does not...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten