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