how to access variable from another function
이전 댓글 표시
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
Stephen23
2018년 10월 20일
Either pass them as arguments or use nested functions. What have you tried so far?
답변 (1개)
madhan ravi
2018년 10월 19일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!