how to add element in vector?

I have a gui in which there is one edit text box and two buttons namely add and save. I have created on blank vector as v=[]; whenever user press add the value of edit text should be added to the vector? how to do that?

 Accepted Answer

v=[]
a=10
v=[v a]

3 Comments

Thanks sir. need one more help that how to share vector between two function?
use guidata function
@Azzi: I think the code is meaningless, because the v does not have any effects here. The OP inserted this exactly as posted into his code, such that v=10 is performed in every case.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 28 Feb 2016

Commented:

Jan
on 28 Feb 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!