Jacob Schoeb
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 1
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答已解决
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 前
已解决
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 前
已解决
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 前
已解决
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 前
提问
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 前 | 1 个回答 | 0