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일

0 개 추천

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