Statistica
5 Domande
0 Risposte
RANK
230.339
of 300.988
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 172.218
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
I want to call a msgbox using pushbutton. How can I do it given I am not using guide?
I have created a pushbutton in which I want the msgbox to be called on & display four values when the button is pushed. I have t...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
I want to display a matrix that I am getting from some calulations, in a uitable when I use the pushbutton in my GUI. How can I do it?? Here is the code for creating uitable & pushbutton and I want to set the value of uitable equal to matrix x & z?
S.t = uitable('Position',... [c+220 412 220 120], 'Data', dat,... 'ColumnName', 'Values','ColumnWidth...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
The number of rows in A must be the same as the number of elements of b.
n=3; c=50; a=500; A=[1 0 0;0 1 0;0 0 1]; for j=1:n F(j) = uicontrol('style','edit','units','pixels',... ...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Developin an application that takes input parameters and uses linprog function to give output
I want to develop an application that takes input parameters as matrices uses linprog function to give output. I have already de...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
I want to create a 2x3 matrix, the 1st row of which will get its values from GUI and the next row will contain all 1 that will be initialized in the m file itself. Is it possible to do that by concatenation or how else can I do it??
for i=1:3 x{i}= uicontrol('Style', 'edit', 'String', '0', ... 'Position', [10, 400-100*(i-1), 100, 24]); y...
oltre 9 anni fa | 0 risposte | 0
