Statistics
5 Questions
0 Answers
RANK
230,297
of 300,953
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,123
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,946
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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',... ...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
