how to access variable from another function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to build two functions, the first one has basic equations, and the second one for channel modeling, my question is how to access a variable from the first function in the second function? because I want to assign values for the variables available in the first function, in the second function for example I will try for different temperature values can any one help?
1 Kommentar
Stephen23
am 20 Okt. 2018
Either pass them as arguments or use nested functions. What have you tried so far?
Antworten (1)
Siehe auch
Kategorien
Mehr zu Graphics Objects 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!