- #1
Dell
- 590
- 0
in MATLAB how do i make a variable which is dependant on another variable, for example
y=2*a+3 for any a,
so that when i change a, y will automatically change
i have only managed to set a value for a, then set y and i get a fixed value for y
y=2*a+3 for any a,
so that when i change a, y will automatically change
i have only managed to set a value for a, then set y and i get a fixed value for y