Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

oltre 7 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Domanda


Opposite of drawnow - prevent changes to a listbox
I am using GUIDE to create plots of experimental data. In my figure, I have menus in which I store the input data categories and...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Risposto
How to assign a cell to a double variable in a table of gui matlab?
Firstly, format any code that you present in the question with the {}Code button. All you need to do is access the data you r...

quasi 8 anni fa | 0

Risposto
I don't understand this question, does someone else?
So I'm going to work through this stream-of-consciousness, so no guarantees. Let's say the square matrix is a 5x5. Then, the ce...

quasi 8 anni fa | 0

Domanda


How to modify a shared resource in a deployed file?
So I have a deployed file that has .mat files included in the shared resources/helper files section, and I want to be able to ac...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Risposto
Finding a noninteger value from an array
Given the array x, you could also use the find command. find(x == .7) --> ans = 71 For the second part, you could try a s...

circa 8 anni fa | 0