Global Variable
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want know the procedure to pass a value of a variable from one function to another.
1 Kommentar
Antworten (1)
Prashant Somani
am 18 Feb. 2012
define it with global
Example:
function fn1()
global var1;
function fn2()
global var1
0 Kommentare
Siehe auch
Kategorien
Mehr zu Electrical Block Libraries 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!