Respondida Calling variables instead of values
In the previous question you have a single set (x) that has several elements that you want to link to.
In the new problem, yo...
más de 14 años hace | 0
| aceptada
Respondida Confidence Interval
Like Walter said, you need to define what you mean by "confidence interval".
A normal distribution can be purely characterized ...
Respondida How to separate rows from an array
Here's an example using the text 'credit' and 'cash' to find and sort out what you want easily.
col_2 = {'credit' 'credit...
más de 14 años hace | 0
Respondida How to pass arrays to and from a GUI?
I think the problem you are talking about is with the function call to "guidata(test_gui)".
This function is not a pass by r...
Respondida How to pass arrays to and from a GUI?
I've started using a class based system to implement Gui's and passing information between.
The following little class relies o...