photo

Ghenji


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

18 Preguntas
2 Respuestas

CLASIFICACIÓN
14.599
of 300.364

REPUTACIÓN
3

CONTRIBUCIONES
18 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


concatenate cell array of cell arrays
I have got this cell variable with 10 cell arrays. It is possible to horizontally concatenate them if the dimension is consisten...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Get single value of merged cell after active cell
<</matlabcentral/answers/uploaded_files/117445/2018-05-14_11h25_34.png>> I have got this excel data and would like to access ...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


export_fig generates figure even after pressing cancel
following is the code i use to save the figure in required format, but it produces figure even after pressing cancel button. How...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


problem with nested function in GUIDE
I have got following set of code - It is basically functioning based on the plot data obtained previously. Main function gets ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Possible solution to this problem
I have got variable A as, A = {'char1', 'char2'}; %could be char3, char4, char5....so on There would always be two eleme...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Searching particular string in an excel spreadsheet
This worked for me. Range.Find('String', [], [], 1) Since the position for LookAt is 4th and I need xlWhole. xlWhole =...

más de 7 años hace | 1

| aceptada

Pregunta


Searching particular string in an excel spreadsheet
What are the options other than 'Range.Find' to search for a string in a spreadsheet? Am using actxserver('Excel.Application'). ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


method to check for similarity using if...else loop
I have got a cell arrays as like - selected_item = 'item3'; total_items = {'item1', 'item2', 'item3', item4', 'item5', ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Reading multiple cells after merged cell from excel sheet
Cells A1 and B1 are merged. Now when I read Cells A1 and B1 with Excel COM Application, they read 'Waste Accumulation'and 'NaN' ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Search string and get its position in excel using Actxserver
Is it possible to search for a string in an excel file from particular sheet and also get its position. I need to get data only ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Execute files from listbox one by one
well I was able to get answer to this. Problem was undefined path for the files. Needed following changes - [filename,pathn...

más de 7 años hace | 0

| aceptada

Pregunta


Actxserver reading only first file
working with this code- get_files = cellstr(get(handles.listboxfiles,'String')); len = length(get_files); fo...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Avoid overwriting value of variable
I am having following code: Source_files = [specified directory] len = length(Source_files); for j = 1 : len ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Execute files from listbox one by one
GUI load some files using _Pushbutton1_ inside _Listbox1_. Now i have got another _pushbutton2_ to select all the files populate...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to detect color of sheet tab with actxserver?
I have got excel data files and would like to read data only from the spreadsheets having Green color. So in total i would be ha...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Loop through data from Listbox
I have GUI which loads name of excel files inside listbox. Now I want a loop which can go through each file in the listbox and r...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Get information from Excel file based on cell color
How can i get information of the cell fill in an excel file. Like there could be more than one cell coloured.

casi 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Select all the data in listbox using single click of pushbutton
I have a GUI with 3 pushbuttons(Load, Select All & Extract)and listboxDATA. I am able to import data in the listbox using load b...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need name of particular 'nth' sheets
I would like to get names of only highlighted sheets. There are about 50 excel files I will load these files together using push...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Search for excel spreadsheet with name or symbol
I am working with Guide and looking for the code that can help me search particular excel spreadsheet. suppose there are 7 sheet...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta