MATLAB: How to call global function

baseglobalMATLABvariableworkspace

I want to use all variables used in function workspace, in Base Workspace and vice-versa. That can be possible using script(with certain limit that we can't pass argument)
Is it possible to get all feature of script(mainly working with base workspace variable) in function(mainly argument passing)?

Best Answer

You can use global function