Jacob Schoeb
Followers: 0 Following: 0
Statistics
RANK
39,542
of 295,486
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
1
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to activate the code in a callback from a push button in one GUI from another pushbutton from the other GUI?
Basically, I am doing a delete confirmation pop-up window (not menu uicontrol) when another GUI's delete push button is pressed....
7 years ago | 1 answer | 0
1
answerQuestion
What is the best way of deleting multiple rows of a uitable using a pushbutton?
I am creating a to-do list where entries, dates, identification of importance are each column in a uitable. I want to delete one...
7 years ago | 1 answer | 0
1
answerQuestion
Is there a way to do a save as for a GUI where you can save it as a completely different name with keeping the original file there?
I want to allow a user to save a GUI and name the file themselves. Just like a Microsoft office save as function, where they can...
7 years ago | 1 answer | 0
1
answerQuestion
How to sort string in a list of edit box based on a toggle buttons for each of them?
I am currently working on a creating a to-do list and I am stuck on sorting my values and strings of other uicontrols. I created...
7 years ago | 1 answer | 1
1
answerQuestion
How do I enable and disable sets of uicontrols at the same time?
I am creating a list of that a user can edit. It consists of edit boxes, check boxes, and toggle buttons on the same line in th...
7 years ago | 1 answer | 0
1
answerSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
8 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
8 years ago
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:...
8 years ago
Question
I need help with separating two gray scale images. It is masked message but there is a static (randi) image on top of it or incorporated into its data. I need to remove the static and make it a clear message. The image is just one .bmp file.
I need help with separating two gray scale images. It is masked message but there is a static (randi) image on top of it or inco...
8 years ago | 1 answer | 0