Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Matt
Posts:
74
Registered:
4/23/12
|
|
Re: Assign a value to a specific matrix location
Posted:
Dec 5, 2012 2:29 PM
|
|
Thank you for your message !
I need to use assignin because I am using a GUI and therefore if I want the value entered in the GUI to be used in my script, I need to evalin then, and prior to that I need to assignin them in the workspace.
Is there another way to do this ?
Cheers :-)
dpb <none@non.net> wrote in message <k9o6i5$coo$1@speranza.aioe.org>... > On 12/5/2012 12:16 PM, Matt wrote: > ... > > ... basically what I want to do is this : > ... > > A(1)=4; > ... > > So I can modify the first entry (for example). My question is how can I > > do this with an assignin function ? ... > > Can't. ASSIGNIN works on variables, not on array elements > > > I need to use that assignin function in my program. > > Why on earth do you need this? > > > Any advice on how that case could be solved ? > > Pick another way to update the element. > > --
|
|
|
|