Problem 816. Global usage
This Challenge is to utilize Global variables.
Global variables are risky as the subroutine may inadvertently and unwantingly update them. Globals also tend to slow execution time.
The Challenge is to implement and become aware of capability and risk.
The global variables in this Challenge are gOffset and global_x.
Given two input variables [a,b] output [gOffset+a global_x*b]
Input: [a,b] (Two real values)
Output: [gOffset+a global_x*b]
Related Challenge is Persistent.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers59
Suggested Problems
-
Determine whether a vector is monotonically increasing
21330 Solvers
-
Project Euler: Problem 3, Largest prime factor
1595 Solvers
-
Back to basics 8 - Matrix Diagonals
933 Solvers
-
Number of 1s in a binary string
9606 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1137 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!