How to declare global variable

I have multiple m-files and i want to use same global variable for all files so how should i declare and on which place

 采纳的回答

function y=fcn1(~)
global your_variable
do it in all your functions

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Filename Construction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by