How to declare global variable

2 次查看(过去 30 天)
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

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-4-23
function y=fcn1(~)
global your_variable
do it in all your functions

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by