Prev: Help needed: Two Dimensional Interpolation
Next: Removing rows containing all zeros in a matrix
From: Garrett on 13 Jul 2010 15:00 Hey all, I am working on a gui with multiple components and am having some troubles. I need to use and edit variables created in one component in multiple other components, is there a good way to do this? -Garrett
From: Mathew Thomas on 13 Jul 2010 15:10 Use "global" command. This enables you to use the variables in other functions as well. Mathew
From: Walter Roberson on 13 Jul 2010 15:18 Garrett wrote: > I am working on a gui with multiple components and am having some > troubles. I need to use and edit variables created in one component in > multiple other components, is there a good way to do this? No, there are just ways that are less painful or more flexible than others.
|
Pages: 1 Prev: Help needed: Two Dimensional Interpolation Next: Removing rows containing all zeros in a matrix |