Statistics
RANK
7,100
of 295,467
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
2,154 of 20,234
REPUTATION
818
AVERAGE RATING
4.30
CONTRIBUTIONS
4 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
7586
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
GUIDE Callback Helper
Get access to callback event data in your GUIDE GUIs.
8 years ago | 2 downloads |
Submitted
BorderLayout
Simple layout manager for GUIs designed to mimic the Java BorderLayout.
8 years ago | 1 download |
Submitted
MATLAB GUI Makeover
Static GUI made over to scale nicely with the size of the figure window.
8 years ago | 1 download |
Submitted
Bouncy Ball Clock
Bouncy Ball Clock is a novel clock representation that uses four chambers of elastically colliding b
8 years ago | 1 download |
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 years ago
Identifying GUI objects from UI Prototype
Before diving into solutions, I'm curious about what problem you're trying to solve. Are you hoping to generate actual GUI code...
13 years ago | 0
Using uicontrol in a figure
Hi Ryan, You will need to call grid for each of the subplots in your figure. To do that, cache the return values for each of...
13 years ago | 0
| accepted
For loop to enter data into a Cell array by calling functions. Creating an array with 'n' number of rows. Displaying content onto a uitable
Hi Harith, You probably want something like this: for row=1:nStudents Cell{row, 1} = Name; Cell{row, 2} = ID; ...
13 years ago | 0