Community Profile

photo

Jacob Schoeb


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

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

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

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

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

7 years ago | 1 answer | 0

1

answer