photo

Brian Cody

Last seen: 25 dagar ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Editor's Pick
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

ungefär 13 år ago | 0

Answered
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...

ungefär 13 år ago | 0

| accepted

Answered
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; ...

ungefär 13 år ago | 0