Community Profile

photo

Cristian Martin


Last seen: plus d'un an il y a Actif depuis 2020

Statistiques

  • Explorer
  • Thankful Level 4

Afficher les badges

Content Feed

Afficher par

Question


Link two row in a table
In a GUI a have two tables , trough a button when select a row from the upper table it send to the bottom table like this: D=ge...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Search in a column based a result from another column
Hi, I have a script who search ina table and display a message with the number of results for each category like this: tableDa...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Force user to input an specific time format
Hi, how can a I force users to input in a cell of a uitable a specific time format, Hh:mm, and warn trough a message for wrong i...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


Setting min and max values
Hi there ! I have a csv imported in an SQL table, 3 columns have numeric data's such as min, max and fixed value, I wrote a ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Transpose SQL code into MATLAB
Hi, I have an SQL query that is ok in Workbench, the results are I expected: SELECT * FROM prices.prices WHERE (Var5 <= 125 an...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


Perform an adjustable search
Hi, I created a search box for finding in a certain column of a table different values. All good till now, that's easy, but i a...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


ODBC interface for changing login way
Hi, is there a way before I pack a GUI to an exe file to make an interface for later changing the connection ODBC to SQL server ...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


Create a function for set name, user, password for sql database
Hi guys, I want to create a file with a function inside for call every time a want to connect to a sql database inside of a scr...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Assign two variables to a SQL Query
Hi, x=TOYOTA; Y=9981; conn = database('baza_date','',''); sqlquery = ['UPDATE prices.prices SET Product =',num2str(x), 'WHER...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


delete selected cell from data base SQL
Hi, I have a uitable GUI loaded from an SQL DB and I want to select a row from table and delete also from SQL DB, could you give...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


show table from bottom to top
Hi, data = 'test.xlsx'; set(handles.uitable1, 'Data', data); I want in uitable1 the values from excel to be shown from last r...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Extract number from cell with decimal
Hi, Is there a way to extract from a cell with a number with two decimals, separatetly the value before . and separate the deci...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


plotting coordinates on a simple map
Hy, I use R2015a, and I want to plot lat and lon anywhere on a map, but : Undefined function or variable 'geoplot'. Error i...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Modify cell value of a row based on other cell value in same row uitable
Hi, function uitable4_CellEditCallback(hObject, eventdata, handles) a=get(handles.uitable4,'Data'); a = cell2table(a); a.a6 ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

A répondu
set count numbers of rows in a uitable
I have found the solution: old_data=get(handles.uitable4,'Data'); old_data = array2table(old_data); nr_crt = height(old_data)...

presque 2 ans il y a | 0

| A accepté

Question


set count numbers of rows in a uitable
Hi, I'm trying to modify the first column number for each row( 1 2 3 ...) in an uitable based of each entry from another uitabl...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Adding a row to an existing ones in Excel
Hi guys, I have to write some data to an excel after getting them from an edit text and from a column of an uitable tableDatan...

presque 2 ans il y a | 1 réponse | 0

1

réponse

A répondu
Display all rows between two ranges
I'm sorry, I just thought of another option and because no one had answered yet I re-edited, but it happened that at that moment...

presque 2 ans il y a | 0

Question


Display all rows between two ranges
Hi, I have to display in a table only the rows in range inputs by the user: X = readtable('BD\prices.xlsx'); item = get(handl...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Performing a number search in an excel with read table
I have this script where input of edit8 is a number and the column IND is : 41x1 1812 table T = readtable('BD\prices...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


replace long string of variables
Hi, I have a script like below. The problem is that I must to create until index50, how can I write the script more easier and ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Match two rows value by a column value
Hi guys, In a table I want to count all matching rows based of a value of a columns If two rows have value '1' in column 34 a...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Getting numbers of entries in uitable
Hi guys, I have a uitable for different entries datas, for each entry i want to count in three edit text boxes the numbers of r...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Delete specific rows in excel
Hi, I want to delete rows from an excel file before writte in to it, starting row no 9 till end. I want this for initialize a...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Fill a column of a table with a series
Hi, I have first column vector of a table with numbers like the bellow. how can i modify the column vector to make it from 1 t...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Delete a selected row in a uitable
Hi, I have this script for delete a certain row wich is selected by the user: set(handles.uitable4,'CellSelectionCallBack',@(h,...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Find all rows that contain a specific value in a excel
I vave an edit text an a push button for search all rows that contain a specific value in a column T = readtable('prices.xlsx')...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Auto save file in running GUI
Hi, I have a GUI that runs more then 5-6 hours There's a command for this script to be executed every 'x' minutes ? I want to ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to delete content of table data from gui ?
I have in my GUI a table wich gather data from multiple edit text trough a button boxes: global p; val1 = get(handles.edit2, '...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to extract data from another aplication ?
Hi, I want to give me an ideea and a starting point for the following: I want to extract some data from an other application, ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Charger plus