carry value of variable in other function

1 Ansicht (letzte 30 Tage)
777
777 am 15 Mär. 2012
i m creating a gui where pushbutton callback has the code to take a .wav input in z1.
Fs = 44100; % Sampling Freq (Hz)
Duration = 1; % Duration (sec)
z1 = wavrecord(Duration*Fs,Fs);
now i want z1 to contain the values in other function also.what should i do.plss help
thanks and regards

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 15 Mär. 2012

Weitere Antworten (1)

777
777 am 15 Mär. 2012
i found it, declare z1 as global in each function global z1 :)

Kategorien

Mehr zu Scope Variables and Generate Names finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by