Problem 2598. What is the scope of variables in Matlab ?
How to do this little hack ?
a=10;
b=5;
y=change_var(a,1);
assert(isequal(a,1))
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Convert a numerical matrix into a cell array of strings
1830 Solvers
-
Find the largest value in the 3D matrix
1521 Solvers
-
Given a window, how many subsets of a vector sum positive
851 Solvers
-
Check if number exists in vector
11677 Solvers
-
Sum of first n positive integers
581 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!