Community Profile

photo

Giorgi


Georgian-American University

Con actividad desde 2014

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How can I make .exe file for my gui program?
Hello all :) Well I have created GUI program that contains many GUI windows those are linked, also I have many variables those ...

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

0

respuestas

Pregunta


How can I plot distribution with shades?
Hello Matlabers :) I have timeseries that I forecast for 12 period for 1000 times so I have 12X1000 matrix now and I want to ...

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

1

respuesta

Pregunta


Have a Problem with GUI axes
Hi all! Well I want to make "gscatter" plot in GUI's axes (handles.axes2), but it does not work. here it is code and the error ...

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

1

respuesta

Pregunta


How can I write titles on scatter plot?
Hello MATLAB Gurus! I have a Gui and axes1 to make scatter plot on it. Well I did it but I want to assign names to points on th...

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

1

respuesta

Pregunta


How can I get which tab is selected?
Hello All! I have three tab, and want to change data by clicking these tabs, so I need to know how find which tab is selected b...

más de 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


how can I call gui frm another gui for a given position coordinates?
Hello matlabers! I have 3 idependent GUI, gui1, gui2 and gui3. Now I created another fourth gui, where I have three pushbutton,...

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

1

respuesta

Pregunta


How to set coursor on top left side of edit in matlab gui?
hello matlab gurus! I have edit box in gui and I want to begin writing a text from top left side. Any ideas?

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

1

respuesta

Pregunta


How can I make some action on listbox by double clicking?
Hello all, I have two listbox. First listbox contains some strings, I want that by double click on these strings individualy, m...

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I insert merge two vector with each other?
Hello all, I want to merge two vector in each other dynamicaly, for example if I have input vector A=[1,2,3,4], my goal is to m...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find file last modification date?
Heloo all I have some mat files that contains some numbers. and I have variable x that contains the one of this mat file name. ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I add 'delete' button to listdlg?
Hello all! Well I have such code % code s.a=2; s.b=3; s.c=4; s.d=5; str=fieldnames(s); [s,v] = listdlg('PromptS...

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

1

respuesta

Pregunta


How can I assign the same name to mat file as it is in another variable's input?
Hello all, well I have variable called a='b', now I want to save mat file, but the name of mat file should be equal to the inpu...

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

1

respuesta

Pregunta


How can I write all month's last dates for a given period of time?
Hello guys. Well I have daily time series form 1990-2015 % code b=726867; a=9125; for i=1:a b=b+1; BigM...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I insert row into matrix without deleting its values?
Hello all! I want to insert row into the matrix, for example I have a=[1,2;4,9;11,12;3,6], and b=[0,0] ; now I want to insert b...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I use cycle in structures?
Hi all, Well I have structure that contains multiple variables for example % code a.a=1; a.b=2; a.c=3; a.d=4; a.e=...

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

1

respuesta

Pregunta


How can i make structure inside structure?
Hi all, Well I want to make a structure in the structure for example % code a=struct; b='c'; d=3; a.(b).(d); ...

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

1

respuesta

Pregunta


How can I split a word to parts?
Hi all, Well I want to split a word into parts for example I have sentence a='Hello World', and I want to b='llo', How can I do...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How Can I Assign variable Name?
Hi guys, I have some kinds of a data, that is in the variable called as First, and each day I have to update that data, but I s...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


how can I save mat files into mat file?
Hi guys! Well imagine that I have two mat files one is a.mat and the second is b.mat file. Now i want to save them into another...

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

1

respuesta

Pregunta


How can I connect buttons in GUI?
Hello, Well I have two button on GUI and I want to call/use the variables that I defined in the first button in the second o...

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

1

respuesta

Pregunta


Sub GUI does not work?
Hello Matlab gurus! I have embeded sub GUI into the main GUI, on which i have uitable and a pushbutton. The idea is that pushbu...

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

1

respuesta

Pregunta


how to do vector autoregresion?
Hi all! Well I want to use vector autoregressive model for my case but I do not know exactly which functions should I use. Any...

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

1

respuesta

Pregunta


GUI how can I connect check boxes to uitable?
Hello guys! I have interface that contains one uitable and two chekbox1 and chekbox2, both of these chekboxes have already defi...

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

1

respuesta

Pregunta


Figure ploting data problem
Hello Matlab gurus! I have such code if true % code matrix1={'1/1/2013';'2/1/2013';'3/1/2013'}; matrix2=[4;5;6]; ...

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

1

respuesta

Pregunta


How can I calculate serial correlations?
Hello Matlab gurus! well I have input data that is a matrix 140 3, and I want to calculate 1st Order Serial Correlation, 2st O...

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

1

respuesta

Pregunta


How to make structure from Excel
Hello, Well I am working on structures and have some kind of problem, I have excel file that contains some kinds of data in ea...

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

1

respuesta

Pregunta


How can I make struct with existing variables?
Hi all, Well i have some variables for example alfa, beta and gama, Now I want to make structure that will contain these varia...

más de 9 años hace | 4 respuestas | 1

4

respuestas

Pregunta


division of uploaded excel file
Hi all, well i want to upload excel file and then divided it in parts, the excel file contains text and numerical data, i wrote...

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

1

respuesta

Pregunta


Calculate beta for given yields
Hello all, well i have yields and want to calculate betas for them with Nelson-Siegel model. Can anyone tell me which way is the...

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

0

respuestas

Pregunta


which program is the best to use?
Hello all well I have return, covariance, correlation and bounds, I want to make efficient frontier but I do not know which pro...

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

1

respuesta

Cargar más