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


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

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

Question


Problem in running GUI
I am creating a GUI for Newton Raphson method. The code I wrote works well but when it comes to GUI it shows strange error. fo...

8 years ago | 1 answer | 0

1

answer

Question


problem in Running GUI need help urgent
I am creating a simple GUI to add 2 numbers. But unable to run it as it shows following error. Could anyone tell me what is goin...

8 years ago | 1 answer | 0

1

answer